Html Css Color HEX #973038 Guardsman Red

📋 copy color: '#973038'

red 151 ◦ green 48 ◦ blue 56

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

Shades of Guardsman Red #973038

Tints of Guardsman Red #973038

RGB

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

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

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

R = 59.22%
G = 18.82%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#973038 (or 0x973038) is known color: Guardsman Red. HEX triplet: 97, 30 and 38. RGB value is (151,48,56). Sum of RGB (Red+Green+Blue) = 151+48+56=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973038 is #68CFC7. Grayscale: #4F4F4F. Windows color (decimal): -6868936 or 3682455. OLE color: 3682455.

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

Color convert

RGB 151 48 56 -
CMYK 0 0.68 0.63 0.41
HSL 355.34º 0.52% 0.39% -
HSV(B) 355.34º 0.68% 0.59% -
XYZ 14.53 8.98 4.71 -
YUV 79.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 151 48 56 0 0.68 0.63 0.41 355.34 0.52 0.39
Hex 97 30 38 0 44 3F 29 163 34 27
Octal 227 60 70 0 104 77 51 543 64 47
Binary 10010111 110000 111000 0 1000100 111111 101001 101100011 110100 100111

Color Harmonies of #973038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973038

Black with #973038

Text Example


Text Example

White with #973038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973038; }

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

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

background-color css

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

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

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

border-color css

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

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

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