Html Css Color HEX #952A28 Mandarian Orange

📋 copy color: '#952A28'

red 149 ◦ green 42 ◦ blue 40

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

Shades of Mandarian Orange #952A28

Tints of Mandarian Orange #952A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 64.5%
G = 18.18%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952A28 (or 0x952A28) is known color: Mandarian Orange. HEX triplet: 95, 2A and 28. RGB value is (149,42,40). Sum of RGB (Red+Green+Blue) = 149+42+40=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A28 is #6AD5D7. Grayscale: #494949. Windows color (decimal): -7001560 or 2632341. OLE color: 2632341.

HSL color Cylindrical-coordinate representation of color #952A28: hue angle of 1.1º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952A28 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 40 -
CMYK 0 0.72 0.73 0.42
HSL 1.1º 0.58% 0.37% -
HSV(B) 1.1º 0.73% 0.58% -
XYZ 13.61 8.2 2.87 -
YUV 73.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 149 42 40 0 0.72 0.73 0.42 1.1 0.58 0.37
Hex 95 2A 28 0 48 49 2A 1 3A 25
Octal 225 52 50 0 110 111 52 1 72 45
Binary 10010101 101010 101000 0 1001000 1001001 101010 1 111010 100101

Color Harmonies of #952A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A28

Black with #952A28

Text Example


Text Example

White with #952A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A28; }

 p { color: rgb(149,42,40); }

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

background-color css

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

 a { background-color: rgb(149,42,40); }

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

border-color css

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

 span { border-color: rgb(149,42,40); }

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