Html Css Color HEX #952212 Mandarian Orange

📋 copy color: '#952212'

red 149 ◦ green 34 ◦ blue 18

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

Shades of Mandarian Orange #952212

Tints of Mandarian Orange #952212

RGB

 RED value IS 149 (58.59% from 255) = 74.13%

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

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

R = 74.13%
G = 16.92%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#952212 (or 0x952212) is known color: Mandarian Orange. HEX triplet: 95, 22 and 12. RGB value is (149,34,18). Sum of RGB (Red+Green+Blue) = 149+34+18=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952212 is #6ADDED. Grayscale: #424242. Windows color (decimal): -7003630 or 1188501. OLE color: 1188501.

HSL color Cylindrical-coordinate representation of color #952212: hue angle of 7.33º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #952212 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 18 -
CMYK 0 0.77 0.88 0.42
HSL 7.33º 0.78% 0.33% -
HSV(B) 7.33º 0.88% 0.58% -
XYZ 13.08 7.58 1.35 -
YUV 66.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 149 34 18 0 0.77 0.88 0.42 7.33 0.78 0.33
Hex 95 22 12 0 4D 58 2A 7 4E 21
Octal 225 42 22 0 115 130 52 7 116 41
Binary 10010101 100010 10010 0 1001101 1011000 101010 111 1001110 100001

Color Harmonies of #952212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952212

Black with #952212

Text Example


Text Example

White with #952212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952212; }

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

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

background-color css

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

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

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

border-color css

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

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

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