Html Css Color HEX #972A2A Mandarian Orange

📋 copy color: '#972A2A'

red 151 ◦ green 42 ◦ blue 42

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

Shades of Mandarian Orange #972A2A

Tints of Mandarian Orange #972A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 64.26%
G = 17.87%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#972A2A (or 0x972A2A) is known color: Mandarian Orange. HEX triplet: 97, 2A and 2A. RGB value is (151,42,42). Sum of RGB (Red+Green+Blue) = 151+42+42=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #972A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A2A is #68D5D5. Grayscale: #4A4A4A. Windows color (decimal): -6870486 or 2763415. OLE color: 2763415.

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

Color convert

RGB 151 42 42 -
CMYK 0 0.72 0.72 0.41
HSL 0.56% 0.38% -
HSV(B) 0.72% 0.59% -
XYZ 14.01 8.4 3.07 -
YUV 74.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 151 42 42 0 0.72 0.72 0.41 0 0.56 0.38
Hex 97 2A 2A 0 48 48 29 0 38 26
Octal 227 52 52 0 110 110 51 0 70 46
Binary 10010111 101010 101010 0 1001000 1001000 101001 0 111000 100110

Color Harmonies of #972A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972A2A

Black with #972A2A

Text Example


Text Example

White with #972A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,42,42); }

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

background-color css

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

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

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

border-color css

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

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

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