Html Css Color HEX #973236 Guardsman Red

📋 copy color: '#973236'

red 151 ◦ green 50 ◦ blue 54

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

Shades of Guardsman Red #973236

Tints of Guardsman Red #973236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 59.22%
G = 19.61%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#973236 (or 0x973236) is known color: Guardsman Red. HEX triplet: 97, 32 and 36. RGB value is (151,50,54). Sum of RGB (Red+Green+Blue) = 151+50+54=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973236 is #68CDC9. Grayscale: #505050. Windows color (decimal): -6868426 or 3551895. OLE color: 3551895.

HSL color Cylindrical-coordinate representation of color #973236: hue angle of 357.62º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973236 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 54 -
CMYK 0 0.67 0.64 0.41
HSL 357.62º 0.5% 0.39% -
HSV(B) 357.62º 0.67% 0.59% -
XYZ 14.57 9.13 4.48 -
YUV 80.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 151 50 54 0 0.67 0.64 0.41 357.62 0.5 0.39
Hex 97 32 36 0 43 40 29 166 32 27
Octal 227 62 66 0 103 100 51 546 62 47
Binary 10010111 110010 110110 0 1000011 1000000 101001 101100110 110010 100111

Color Harmonies of #973236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973236

Black with #973236

Text Example


Text Example

White with #973236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973236; }

 p { color: rgb(151,50,54); }

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

background-color css

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

 a { background-color: rgb(151,50,54); }

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

border-color css

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

 span { border-color: rgb(151,50,54); }

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