Html Css Color HEX #972E2F Guardsman Red

📋 copy color: '#972E2F'

red 151 ◦ green 46 ◦ blue 47

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

Shades of Guardsman Red #972E2F

Tints of Guardsman Red #972E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

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

R = 61.89%
G = 18.85%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#972E2F (or 0x972E2F) is known color: Guardsman Red. HEX triplet: 97, 2E and 2F. RGB value is (151,46,47). Sum of RGB (Red+Green+Blue) = 151+46+47=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #972E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E2F is #68D1D0. Grayscale: #4D4D4D. Windows color (decimal): -6869457 or 3092119. OLE color: 3092119.

HSL color Cylindrical-coordinate representation of color #972E2F: hue angle of 359.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972E2F is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 46 47 -
CMYK 0 0.70 0.69 0.41
HSL 359.43º 0.53% 0.39% -
HSV(B) 359.43º 0.7% 0.59% -
XYZ 14.25 8.74 3.62 -
YUV 77.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 151 46 47 0 0.70 0.69 0.41 359.43 0.53 0.39
Hex 97 2E 2F 0 46 45 29 167 35 27
Octal 227 56 57 0 106 105 51 547 65 47
Binary 10010111 101110 101111 0 1000110 1000101 101001 101100111 110101 100111

Color Harmonies of #972E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E2F

Black with #972E2F

Text Example


Text Example

White with #972E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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