Html Css Color HEX #972C2F Guardsman Red

📋 copy color: '#972C2F'

red 151 ◦ green 44 ◦ blue 47

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

Shades of Guardsman Red #972C2F

Tints of Guardsman Red #972C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 62.4%
G = 18.18%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#972C2F (or 0x972C2F) is known color: Guardsman Red. HEX triplet: 97, 2C and 2F. RGB value is (151,44,47). Sum of RGB (Red+Green+Blue) = 151+44+47=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #972C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C2F is #68D3D0. Grayscale: #4C4C4C. Windows color (decimal): -6869969 or 3091607. OLE color: 3091607.

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

Color convert

RGB 151 44 47 -
CMYK 0 0.71 0.69 0.41
HSL 358.32º 0.55% 0.38% -
HSV(B) 358.32º 0.71% 0.59% -
XYZ 14.18 8.59 3.6 -
YUV 76.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 151 44 47 0 0.71 0.69 0.41 358.32 0.55 0.38
Hex 97 2C 2F 0 47 45 29 166 37 26
Octal 227 54 57 0 107 105 51 546 67 46
Binary 10010111 101100 101111 0 1000111 1000101 101001 101100110 110111 100110

Color Harmonies of #972C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C2F

Black with #972C2F

Text Example


Text Example

White with #972C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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