Html Css Color HEX #97303C Guardsman Red

📋 copy color: '#97303C'

red 151 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #97303C

Tints of Guardsman Red #97303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 58.3%
G = 18.53%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#97303C (or 0x97303C) is known color: Guardsman Red. HEX triplet: 97, 30 and 3C. RGB value is (151,48,60). Sum of RGB (Red+Green+Blue) = 151+48+60=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #97303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97303C is #68CFC3. Grayscale: #505050. Windows color (decimal): -6868932 or 3944599. OLE color: 3944599.

HSL color Cylindrical-coordinate representation of color #97303C: hue angle of 353.01º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97303C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 48 60 -
CMYK 0 0.68 0.60 0.41
HSL 353.01º 0.52% 0.39% -
HSV(B) 353.01º 0.68% 0.59% -
XYZ 14.64 9.02 5.24 -
YUV 80.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 151 48 60 0 0.68 0.60 0.41 353.01 0.52 0.39
Hex 97 30 3C 0 44 3C 29 161 34 27
Octal 227 60 74 0 104 74 51 541 64 47
Binary 10010111 110000 111100 0 1000100 111100 101001 101100001 110100 100111

Color Harmonies of #97303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97303C

Black with #97303C

Text Example


Text Example

White with #97303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97303C; }

 p { color: rgb(151,48,60); }

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

background-color css

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

 a { background-color: rgb(151,48,60); }

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

border-color css

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

 span { border-color: rgb(151,48,60); }

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