Html Css Color HEX #902312 Mandarian Orange

📋 copy color: '#902312'

red 144 ◦ green 35 ◦ blue 18

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

Shades of Mandarian Orange #902312

Tints of Mandarian Orange #902312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 73.1%
G = 17.77%
B = 9.14%

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

#902312 (or 0x902312) is known color: Mandarian Orange. HEX triplet: 90, 23 and 12. RGB value is (144,35,18). Sum of RGB (Red+Green+Blue) = 144+35+18=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #902312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902312 is #6FDCED. Grayscale: #414141. Windows color (decimal): -7331054 or 1188752. OLE color: 1188752.

HSL color Cylindrical-coordinate representation of color #902312: hue angle of 8.1º 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 #902312 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 35 18 -
CMYK 0 0.76 0.88 0.44
HSL 8.1º 0.78% 0.32% -
HSV(B) 8.1º 0.88% 0.56% -
XYZ 12.21 7.18 1.31 -
YUV 65.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 144 35 18 0 0.76 0.88 0.44 8.1 0.78 0.32
Hex 90 23 12 0 4C 58 2C 8 4E 20
Octal 220 43 22 0 114 130 54 10 116 40
Binary 10010000 100011 10010 0 1001100 1011000 101100 1000 1001110 100000

Color Harmonies of #902312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902312

Black with #902312

Text Example


Text Example

White with #902312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902312; }

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

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

background-color css

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

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

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

border-color css

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

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

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