Html Css Color HEX #972F3A Guardsman Red

📋 copy color: '#972F3A'

red 151 ◦ green 47 ◦ blue 58

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

Shades of Guardsman Red #972F3A

Tints of Guardsman Red #972F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 58.98%
G = 18.36%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#972F3A (or 0x972F3A) is known color: Guardsman Red. HEX triplet: 97, 2F and 3A. RGB value is (151,47,58). Sum of RGB (Red+Green+Blue) = 151+47+58=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #972F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F3A is #68D0C5. Grayscale: #4F4F4F. Windows color (decimal): -6869190 or 3813271. OLE color: 3813271.

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

Color convert

RGB 151 47 58 -
CMYK 0 0.69 0.62 0.41
HSL 353.65º 0.53% 0.39% -
HSV(B) 353.65º 0.69% 0.59% -
XYZ 14.54 8.92 4.96 -
YUV 79.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 151 47 58 0 0.69 0.62 0.41 353.65 0.53 0.39
Hex 97 2F 3A 0 45 3E 29 162 35 27
Octal 227 57 72 0 105 76 51 542 65 47
Binary 10010111 101111 111010 0 1000101 111110 101001 101100010 110101 100111

Color Harmonies of #972F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F3A

Black with #972F3A

Text Example


Text Example

White with #972F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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