Html Css Color HEX #972F38 Guardsman Red

📋 copy color: '#972F38'

red 151 ◦ green 47 ◦ blue 56

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

Shades of Guardsman Red #972F38

Tints of Guardsman Red #972F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 59.45%
G = 18.5%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#972F38 (or 0x972F38) is known color: Guardsman Red. HEX triplet: 97, 2F and 38. RGB value is (151,47,56). Sum of RGB (Red+Green+Blue) = 151+47+56=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #972F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F38 is #68D0C7. Grayscale: #4F4F4F. Windows color (decimal): -6869192 or 3682199. OLE color: 3682199.

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

Color convert

RGB 151 47 56 -
CMYK 0 0.69 0.63 0.41
HSL 354.81º 0.53% 0.39% -
HSV(B) 354.81º 0.69% 0.59% -
XYZ 14.49 8.9 4.69 -
YUV 79.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 151 47 56 0 0.69 0.63 0.41 354.81 0.53 0.39
Hex 97 2F 38 0 45 3F 29 163 35 27
Octal 227 57 70 0 105 77 51 543 65 47
Binary 10010111 101111 111000 0 1000101 111111 101001 101100011 110101 100111

Color Harmonies of #972F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F38

Black with #972F38

Text Example


Text Example

White with #972F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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