Html Css Color HEX #912C24 Mandarian Orange

📋 copy color: '#912C24'

red 145 ◦ green 44 ◦ blue 36

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

Shades of Mandarian Orange #912C24

Tints of Mandarian Orange #912C24

RGB

 RED value IS 145 (57.03% from 255) = 64.44%

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 36 (14.45% from 255) = 16%

R = 64.44%
G = 19.56%
B = 16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#912C24 (or 0x912C24) is known color: Mandarian Orange. HEX triplet: 91, 2C and 24. RGB value is (145,44,36). Sum of RGB (Red+Green+Blue) = 145+44+36=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #912C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912C24 is #6ED3DB. Grayscale: #494949. Windows color (decimal): -7263196 or 2370705. OLE color: 2370705.

HSL color Cylindrical-coordinate representation of color #912C24: hue angle of 4.4º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912C24 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 44 36 -
CMYK 0 0.70 0.75 0.43
HSL 4.4º 0.6% 0.35% -
HSV(B) 4.4º 0.75% 0.57% -
XYZ 12.9 7.95 2.52 -
YUV 73.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 145 44 36 0 0.70 0.75 0.43 4.4 0.6 0.35
Hex 91 2C 24 0 46 4B 2B 4 3C 23
Octal 221 54 44 0 106 113 53 4 74 43
Binary 10010001 101100 100100 0 1000110 1001011 101011 100 111100 100011

Color Harmonies of #912C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C24

Black with #912C24

Text Example


Text Example

White with #912C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912C24; }

 p { color: rgb(145,44,36); }

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

background-color css

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

 a { background-color: rgb(145,44,36); }

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

border-color css

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

 span { border-color: rgb(145,44,36); }

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