Html Css Color HEX #952C24 Mandarian Orange

📋 copy color: '#952C24'

red 149 ◦ green 44 ◦ blue 36

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

Shades of Mandarian Orange #952C24

Tints of Mandarian Orange #952C24

RGB

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

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

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

R = 65.07%
G = 19.21%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952C24 (or 0x952C24) is known color: Mandarian Orange. HEX triplet: 95, 2C and 24. RGB value is (149,44,36). Sum of RGB (Red+Green+Blue) = 149+44+36=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #952C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C24 is #6AD3DB. Grayscale: #4A4A4A. Windows color (decimal): -7001052 or 2370709. OLE color: 2370709.

HSL color Cylindrical-coordinate representation of color #952C24: hue angle of 4.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952C24 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 36 -
CMYK 0 0.70 0.76 0.42
HSL 4.25º 0.61% 0.36% -
HSV(B) 4.25º 0.76% 0.58% -
XYZ 13.61 8.32 2.56 -
YUV 74.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 149 44 36 0 0.70 0.76 0.42 4.25 0.61 0.36
Hex 95 2C 24 0 46 4C 2A 4 3D 24
Octal 225 54 44 0 106 114 52 4 75 44
Binary 10010101 101100 100100 0 1000110 1001100 101010 100 111101 100100

Color Harmonies of #952C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C24

Black with #952C24

Text Example


Text Example

White with #952C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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