Html Css Color HEX #972F3B Guardsman Red

📋 copy color: '#972F3B'

red 151 ◦ green 47 ◦ blue 59

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

Shades of Guardsman Red #972F3B

Tints of Guardsman Red #972F3B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 58.75%
G = 18.29%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#972F3B (or 0x972F3B) is known color: Guardsman Red. HEX triplet: 97, 2F and 3B. RGB value is (151,47,59). Sum of RGB (Red+Green+Blue) = 151+47+59=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #972F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F3B is #68D0C4. Grayscale: #4F4F4F. Windows color (decimal): -6869189 or 3878807. OLE color: 3878807.

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

Color convert

RGB 151 47 59 -
CMYK 0 0.69 0.61 0.41
HSL 353.08º 0.53% 0.39% -
HSV(B) 353.08º 0.69% 0.59% -
XYZ 14.57 8.93 5.09 -
YUV 79.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 151 47 59 0 0.69 0.61 0.41 353.08 0.53 0.39
Hex 97 2F 3B 0 45 3D 29 161 35 27
Octal 227 57 73 0 105 75 51 541 65 47
Binary 10010111 101111 111011 0 1000101 111101 101001 101100001 110101 100111

Color Harmonies of #972F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F3B

Black with #972F3B

Text Example


Text Example

White with #972F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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