Html Css Color HEX #952424 Mandarian Orange

📋 copy color: '#952424'

red 149 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #952424

Tints of Mandarian Orange #952424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 67.42%
G = 16.29%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952424 (or 0x952424) is known color: Mandarian Orange. HEX triplet: 95, 24 and 24. RGB value is (149,36,36). Sum of RGB (Red+Green+Blue) = 149+36+36=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952424 is #6ADBDB. Grayscale: #454545. Windows color (decimal): -7003100 or 2368661. OLE color: 2368661.

HSL color Cylindrical-coordinate representation of color #952424: hue angle of 0º 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 #952424 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 36 -
CMYK 0 0.76 0.76 0.42
HSL 0.61% 0.36% -
HSV(B) 0.76% 0.58% -
XYZ 13.34 7.78 2.47 -
YUV 69.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 149 36 36 0 0.76 0.76 0.42 0 0.61 0.36
Hex 95 24 24 0 4C 4C 2A 0 3D 24
Octal 225 44 44 0 114 114 52 0 75 44
Binary 10010101 100100 100100 0 1001100 1001100 101010 0 111101 100100

Color Harmonies of #952424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952424

Black with #952424

Text Example


Text Example

White with #952424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952424; }

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

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

background-color css

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

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

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

border-color css

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

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

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