Html Css Color HEX #952A24 Mandarian Orange

📋 copy color: '#952A24'

red 149 ◦ green 42 ◦ blue 36

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

Shades of Mandarian Orange #952A24

Tints of Mandarian Orange #952A24

RGB

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

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

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

R = 65.64%
G = 18.5%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952A24 (or 0x952A24) is known color: Mandarian Orange. HEX triplet: 95, 2A and 24. RGB value is (149,42,36). Sum of RGB (Red+Green+Blue) = 149+42+36=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A24 is #6AD5DB. Grayscale: #494949. Windows color (decimal): -7001564 or 2370197. OLE color: 2370197.

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

Color convert

RGB 149 42 36 -
CMYK 0 0.72 0.76 0.42
HSL 3.19º 0.61% 0.36% -
HSV(B) 3.19º 0.76% 0.58% -
XYZ 13.54 8.17 2.53 -
YUV 73.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 149 42 36 0 0.72 0.76 0.42 3.19 0.61 0.36
Hex 95 2A 24 0 48 4C 2A 3 3D 24
Octal 225 52 44 0 110 114 52 3 75 44
Binary 10010101 101010 100100 0 1001000 1001100 101010 11 111101 100100

Color Harmonies of #952A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A24

Black with #952A24

Text Example


Text Example

White with #952A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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