Html Css Color HEX #953236 Guardsman Red

📋 copy color: '#953236'

red 149 ◦ green 50 ◦ blue 54

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

Shades of Guardsman Red #953236

Tints of Guardsman Red #953236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 58.89%
G = 19.76%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#953236 (or 0x953236) is known color: Guardsman Red. HEX triplet: 95, 32 and 36. RGB value is (149,50,54). Sum of RGB (Red+Green+Blue) = 149+50+54=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953236 is #6ACDC9. Grayscale: #505050. Windows color (decimal): -6999498 or 3551893. OLE color: 3551893.

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

Color convert

RGB 149 50 54 -
CMYK 0 0.66 0.64 0.42
HSL 357.58º 0.5% 0.39% -
HSV(B) 357.58º 0.66% 0.58% -
XYZ 14.2 8.94 4.47 -
YUV 80.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 149 50 54 0 0.66 0.64 0.42 357.58 0.5 0.39
Hex 95 32 36 0 42 40 2A 166 32 27
Octal 225 62 66 0 102 100 52 546 62 47
Binary 10010101 110010 110110 0 1000010 1000000 101010 101100110 110010 100111

Color Harmonies of #953236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953236

Black with #953236

Text Example


Text Example

White with #953236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953236; }

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

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

background-color css

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

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

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

border-color css

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

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

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