Html Css Color HEX #953235 Guardsman Red

📋 copy color: '#953235'

red 149 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #953235

Tints of Guardsman Red #953235

RGB

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

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

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

R = 59.13%
G = 19.84%
B = 21.03%

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

#953235 (or 0x953235) is known color: Guardsman Red. HEX triplet: 95, 32 and 35. RGB value is (149,50,53). Sum of RGB (Red+Green+Blue) = 149+50+53=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953235 is #6ACDCA. Grayscale: #505050. Windows color (decimal): -6999499 or 3486357. OLE color: 3486357.

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

Color convert

RGB 149 50 53 -
CMYK 0 0.66 0.64 0.42
HSL 358.18º 0.5% 0.39% -
HSV(B) 358.18º 0.66% 0.58% -
XYZ 14.18 8.93 4.34 -
YUV 79.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 149 50 53 0 0.66 0.64 0.42 358.18 0.5 0.39
Hex 95 32 35 0 42 40 2A 166 32 27
Octal 225 62 65 0 102 100 52 546 62 47
Binary 10010101 110010 110101 0 1000010 1000000 101010 101100110 110010 100111

Color Harmonies of #953235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953235

Black with #953235

Text Example


Text Example

White with #953235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953235; }

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

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

background-color css

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

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

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

border-color css

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

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

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