Html Css Color HEX #912A26 Mandarian Orange

📋 copy color: '#912A26'

red 145 ◦ green 42 ◦ blue 38

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

Shades of Mandarian Orange #912A26

Tints of Mandarian Orange #912A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 38 (15.23% from 255) = 16.89%

R = 64.44%
G = 18.67%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#912A26 (or 0x912A26) is known color: Mandarian Orange. HEX triplet: 91, 2A and 26. RGB value is (145,42,38). Sum of RGB (Red+Green+Blue) = 145+42+38=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #912A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912A26 is #6ED5D9. Grayscale: #484848. Windows color (decimal): -7263706 or 2501265. OLE color: 2501265.

HSL color Cylindrical-coordinate representation of color #912A26: hue angle of 2.24º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912A26 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 42 38 -
CMYK 0 0.71 0.74 0.43
HSL 2.24º 0.58% 0.36% -
HSV(B) 2.24º 0.74% 0.57% -
XYZ 12.85 7.82 2.66 -
YUV 72.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 145 42 38 0 0.71 0.74 0.43 2.24 0.58 0.36
Hex 91 2A 26 0 47 4A 2B 2 3A 24
Octal 221 52 46 0 107 112 53 2 72 44
Binary 10010001 101010 100110 0 1000111 1001010 101011 10 111010 100100

Color Harmonies of #912A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912A26

Black with #912A26

Text Example


Text Example

White with #912A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,42,38); }

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

background-color css

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

 a { background-color: rgb(145,42,38); }

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

border-color css

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

 span { border-color: rgb(145,42,38); }

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