Html Css Color HEX #953237 Guardsman Red

📋 copy color: '#953237'

red 149 ◦ green 50 ◦ blue 55

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

Shades of Guardsman Red #953237

Tints of Guardsman Red #953237

RGB

 RED value IS 149 (58.59% from 255) = 58.66%

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

 BLUE value IS 55 (21.88% from 255) = 21.65%

R = 58.66%
G = 19.69%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#953237 (or 0x953237) is known color: Guardsman Red. HEX triplet: 95, 32 and 37. RGB value is (149,50,55). Sum of RGB (Red+Green+Blue) = 149+50+55=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953237 is #6ACDC8. Grayscale: #505050. Windows color (decimal): -6999497 or 3617429. OLE color: 3617429.

HSL color Cylindrical-coordinate representation of color #953237: hue angle of 356.97º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953237 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 55 -
CMYK 0 0.66 0.63 0.42
HSL 356.97º 0.5% 0.39% -
HSV(B) 356.97º 0.66% 0.58% -
XYZ 14.22 8.95 4.59 -
YUV 80.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 149 50 55 0 0.66 0.63 0.42 356.97 0.5 0.39
Hex 95 32 37 0 42 3F 2A 165 32 27
Octal 225 62 67 0 102 77 52 545 62 47
Binary 10010101 110010 110111 0 1000010 111111 101010 101100101 110010 100111

Color Harmonies of #953237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953237

Black with #953237

Text Example


Text Example

White with #953237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953237; }

 p { color: rgb(149,50,55); }

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

background-color css

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

 a { background-color: rgb(149,50,55); }

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

border-color css

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

 span { border-color: rgb(149,50,55); }

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