Html Css Color HEX #972C2E Guardsman Red

📋 copy color: '#972C2E'

red 151 ◦ green 44 ◦ blue 46

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

Shades of Guardsman Red #972C2E

Tints of Guardsman Red #972C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 62.66%
G = 18.26%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#972C2E (or 0x972C2E) is known color: Guardsman Red. HEX triplet: 97, 2C and 2E. RGB value is (151,44,46). Sum of RGB (Red+Green+Blue) = 151+44+46=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #972C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C2E is #68D3D1. Grayscale: #4C4C4C. Windows color (decimal): -6869970 or 3026071. OLE color: 3026071.

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

Color convert

RGB 151 44 46 -
CMYK 0 0.71 0.70 0.41
HSL 358.88º 0.55% 0.38% -
HSV(B) 358.88º 0.71% 0.59% -
XYZ 14.16 8.58 3.49 -
YUV 76.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 151 44 46 0 0.71 0.70 0.41 358.88 0.55 0.38
Hex 97 2C 2E 0 47 46 29 167 37 26
Octal 227 54 56 0 107 106 51 547 67 46
Binary 10010111 101100 101110 0 1000111 1000110 101001 101100111 110111 100110

Color Harmonies of #972C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C2E

Black with #972C2E

Text Example


Text Example

White with #972C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,44,46); }

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

background-color css

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

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

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

border-color css

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

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

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