Html Css Color HEX #953335 Guardsman Red

📋 copy color: '#953335'

red 149 ◦ green 51 ◦ blue 53

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

Shades of Guardsman Red #953335

Tints of Guardsman Red #953335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 58.89%
G = 20.16%
B = 20.95%

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

#953335 (or 0x953335) is known color: Guardsman Red. HEX triplet: 95, 33 and 35. RGB value is (149,51,53). Sum of RGB (Red+Green+Blue) = 149+51+53=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953335 is #6ACCCA. Grayscale: #505050. Windows color (decimal): -6999243 or 3486613. OLE color: 3486613.

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

Color convert

RGB 149 51 53 -
CMYK 0 0.66 0.64 0.42
HSL 358.78º 0.49% 0.39% -
HSV(B) 358.78º 0.66% 0.58% -
XYZ 14.22 9.01 4.36 -
YUV 80.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 149 51 53 0 0.66 0.64 0.42 358.78 0.49 0.39
Hex 95 33 35 0 42 40 2A 167 31 27
Octal 225 63 65 0 102 100 52 547 61 47
Binary 10010101 110011 110101 0 1000010 1000000 101010 101100111 110001 100111

Color Harmonies of #953335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953335

Black with #953335

Text Example


Text Example

White with #953335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953335; }

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

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

background-color css

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

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

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

border-color css

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

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

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