Html Css Color HEX #973235 Guardsman Red

📋 copy color: '#973235'

red 151 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #973235

Tints of Guardsman Red #973235

RGB

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

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

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

R = 59.45%
G = 19.69%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#973235 (or 0x973235) is known color: Guardsman Red. HEX triplet: 97, 32 and 35. RGB value is (151,50,53). Sum of RGB (Red+Green+Blue) = 151+50+53=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973235 is #68CDCA. Grayscale: #505050. Windows color (decimal): -6868427 or 3486359. OLE color: 3486359.

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

Color convert

RGB 151 50 53 -
CMYK 0 0.67 0.65 0.41
HSL 358.22º 0.5% 0.39% -
HSV(B) 358.22º 0.67% 0.59% -
XYZ 14.55 9.12 4.36 -
YUV 80.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 151 50 53 0 0.67 0.65 0.41 358.22 0.5 0.39
Hex 97 32 35 0 43 41 29 166 32 27
Octal 227 62 65 0 103 101 51 546 62 47
Binary 10010111 110010 110101 0 1000011 1000001 101001 101100110 110010 100111

Color Harmonies of #973235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973235

Black with #973235

Text Example


Text Example

White with #973235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973235; }

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

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

background-color css

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

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

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

border-color css

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

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

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