Html Css Color HEX #972B24 Mandarian Orange

📋 copy color: '#972B24'

red 151 ◦ green 43 ◦ blue 36

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

Shades of Mandarian Orange #972B24

Tints of Mandarian Orange #972B24

RGB

 RED value IS 151 (59.38% from 255) = 65.65%

 GREEN value IS 43 (17.19% from 255) = 18.7%

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

R = 65.65%
G = 18.7%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#972B24 (or 0x972B24) is known color: Mandarian Orange. HEX triplet: 97, 2B and 24. RGB value is (151,43,36). Sum of RGB (Red+Green+Blue) = 151+43+36=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #972B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B24 is #68D4DB. Grayscale: #4A4A4A. Windows color (decimal): -6870236 or 2370455. OLE color: 2370455.

HSL color Cylindrical-coordinate representation of color #972B24: hue angle of 3.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972B24 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 43 36 -
CMYK 0 0.72 0.76 0.41
HSL 3.65º 0.61% 0.37% -
HSV(B) 3.65º 0.76% 0.59% -
XYZ 13.94 8.43 2.56 -
YUV 74.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 151 43 36 0 0.72 0.76 0.41 3.65 0.61 0.37
Hex 97 2B 24 0 48 4C 29 4 3D 25
Octal 227 53 44 0 110 114 51 4 75 45
Binary 10010111 101011 100100 0 1001000 1001100 101001 100 111101 100101

Color Harmonies of #972B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B24

Black with #972B24

Text Example


Text Example

White with #972B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972B24; }

 p { color: rgb(151,43,36); }

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

background-color css

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

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

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

border-color css

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

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

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