Html Css Color HEX #972C2D Guardsman Red

📋 copy color: '#972C2D'

red 151 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #972C2D

Tints of Guardsman Red #972C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 62.92%
G = 18.33%
B = 18.75%

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

#972C2D (or 0x972C2D) is known color: Guardsman Red. HEX triplet: 97, 2C and 2D. RGB value is (151,44,45). Sum of RGB (Red+Green+Blue) = 151+44+45=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #972C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C2D is #68D3D2. Grayscale: #4C4C4C. Windows color (decimal): -6869971 or 2960535. OLE color: 2960535.

HSL color Cylindrical-coordinate representation of color #972C2D: hue angle of 359.44º 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 #972C2D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 44 45 -
CMYK 0 0.71 0.70 0.41
HSL 359.44º 0.55% 0.38% -
HSV(B) 359.44º 0.71% 0.59% -
XYZ 14.14 8.57 3.39 -
YUV 76.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 151 44 45 0 0.71 0.70 0.41 359.44 0.55 0.38
Hex 97 2C 2D 0 47 46 29 167 37 26
Octal 227 54 55 0 107 106 51 547 67 46
Binary 10010111 101100 101101 0 1000111 1000110 101001 101100111 110111 100110

Color Harmonies of #972C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C2D

Black with #972C2D

Text Example


Text Example

White with #972C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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