Html Css Color HEX #921E18 Mandarian Orange

📋 copy color: '#921E18'

red 146 ◦ green 30 ◦ blue 24

#921E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #921E18

Tints of Mandarian Orange #921E18

RGB

 RED value IS 146 (57.42% from 255) = 73%

 GREEN value IS 30 (12.11% from 255) = 15%

 BLUE value IS 24 (9.77% from 255) = 12%

R = 73%
G = 15%
B = 12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#921E18 (or 0x921E18) is known color: Mandarian Orange. HEX triplet: 92, 1E and 18. RGB value is (146,30,24). Sum of RGB (Red+Green+Blue) = 146+30+24=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #921E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E18 is #6DE1E7. Grayscale: #404040. Windows color (decimal): -7201256 or 1580690. OLE color: 1580690.

HSL color Cylindrical-coordinate representation of color #921E18: hue angle of 2.95º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921E18 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 30 24 -
CMYK 0 0.79 0.84 0.43
HSL 2.95º 0.72% 0.33% -
HSV(B) 2.95º 0.84% 0.57% -
XYZ 12.48 7.11 1.58 -
YUV 64 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 146 30 24 0 0.79 0.84 0.43 2.95 0.72 0.33
Hex 92 1E 18 0 4F 54 2B 3 48 21
Octal 222 36 30 0 117 124 53 3 110 41
Binary 10010010 11110 11000 0 1001111 1010100 101011 11 1001000 100001

Color Harmonies of #921E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921E18

Black with #921E18

Text Example


Text Example

White with #921E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921E18; }

 p { color: rgb(146,30,24); }

 H1.HeaderClassName
 {
   color: #921E18;
 }
 .AnyTagClassName
 {
   color: #921E18;
 }
</style>

background-color css

<style>
 a { background-color: #921E18; }

 a { background-color: rgb(146,30,24); }

 div.DivClassName
 {
   background-color: #921E18;
 }
 .BgClassName
 {
   background-color: #921E18;
 }
</style>

border-color css

<style>
 span { border-color: #921E18; }

 span { border-color: rgb(146,30,24); }

 td.TdClassName
 {
   border-color: #921E18;
 }
 .TagClassName
 {
   border-color: #921E18;
 }
</style>