Html Css Color HEX #902212 Mandarian Orange

📋 copy color: '#902212'

red 144 ◦ green 34 ◦ blue 18

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

Shades of Mandarian Orange #902212

Tints of Mandarian Orange #902212

RGB

 RED value IS 144 (56.64% from 255) = 73.47%

 GREEN value IS 34 (13.67% from 255) = 17.35%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 73.47%
G = 17.35%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#902212 (or 0x902212) is known color: Mandarian Orange. HEX triplet: 90, 22 and 12. RGB value is (144,34,18). Sum of RGB (Red+Green+Blue) = 144+34+18=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #902212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902212 is #6FDDED. Grayscale: #414141. Windows color (decimal): -7331310 or 1188496. OLE color: 1188496.

HSL color Cylindrical-coordinate representation of color #902212: hue angle of 7.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #902212 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 34 18 -
CMYK 0 0.76 0.88 0.44
HSL 7.62º 0.78% 0.32% -
HSV(B) 7.62º 0.88% 0.56% -
XYZ 12.18 7.12 1.3 -
YUV 65.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 144 34 18 0 0.76 0.88 0.44 7.62 0.78 0.32
Hex 90 22 12 0 4C 58 2C 8 4E 20
Octal 220 42 22 0 114 130 54 10 116 40
Binary 10010000 100010 10010 0 1001100 1011000 101100 1000 1001110 100000

Color Harmonies of #902212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902212

Black with #902212

Text Example


Text Example

White with #902212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902212; }

 p { color: rgb(144,34,18); }

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

background-color css

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

 a { background-color: rgb(144,34,18); }

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

border-color css

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

 span { border-color: rgb(144,34,18); }

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