Html Css Color HEX #973234 Guardsman Red

📋 copy color: '#973234'

red 151 ◦ green 50 ◦ blue 52

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

Shades of Guardsman Red #973234

Tints of Guardsman Red #973234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 59.68%
G = 19.76%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#973234 (or 0x973234) is known color: Guardsman Red. HEX triplet: 97, 32 and 34. RGB value is (151,50,52). Sum of RGB (Red+Green+Blue) = 151+50+52=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #973234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973234 is #68CDCB. Grayscale: #505050. Windows color (decimal): -6868428 or 3420823. OLE color: 3420823.

HSL color Cylindrical-coordinate representation of color #973234: hue angle of 358.81º 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 #973234 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 52 -
CMYK 0 0.67 0.66 0.41
HSL 358.81º 0.5% 0.39% -
HSV(B) 358.81º 0.67% 0.59% -
XYZ 14.52 9.11 4.24 -
YUV 80.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 151 50 52 0 0.67 0.66 0.41 358.81 0.5 0.39
Hex 97 32 34 0 43 42 29 167 32 27
Octal 227 62 64 0 103 102 51 547 62 47
Binary 10010111 110010 110100 0 1000011 1000010 101001 101100111 110010 100111

Color Harmonies of #973234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973234

Black with #973234

Text Example


Text Example

White with #973234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973234; }

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

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

background-color css

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

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

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

border-color css

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

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

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