Html Css Color HEX #972F35 Guardsman Red

📋 copy color: '#972F35'

red 151 ◦ green 47 ◦ blue 53

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

Shades of Guardsman Red #972F35

Tints of Guardsman Red #972F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 60.16%
G = 18.73%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#972F35 (or 0x972F35) is known color: Guardsman Red. HEX triplet: 97, 2F and 35. RGB value is (151,47,53). Sum of RGB (Red+Green+Blue) = 151+47+53=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #972F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F35 is #68D0CA. Grayscale: #4E4E4E. Windows color (decimal): -6869195 or 3485591. OLE color: 3485591.

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

Color convert

RGB 151 47 53 -
CMYK 0 0.69 0.65 0.41
HSL 356.54º 0.53% 0.39% -
HSV(B) 356.54º 0.69% 0.59% -
XYZ 14.42 8.87 4.32 -
YUV 78.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 151 47 53 0 0.69 0.65 0.41 356.54 0.53 0.39
Hex 97 2F 35 0 45 41 29 165 35 27
Octal 227 57 65 0 105 101 51 545 65 47
Binary 10010111 101111 110101 0 1000101 1000001 101001 101100101 110101 100111

Color Harmonies of #972F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F35

Black with #972F35

Text Example


Text Example

White with #972F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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