Html Css Color HEX #953334 Guardsman Red

📋 copy color: '#953334'

red 149 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #953334

Tints of Guardsman Red #953334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 59.13%
G = 20.24%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#953334 (or 0x953334) is known color: Guardsman Red. HEX triplet: 95, 33 and 34. RGB value is (149,51,52). Sum of RGB (Red+Green+Blue) = 149+51+52=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953334 is #6ACCCB. Grayscale: #505050. Windows color (decimal): -6999244 or 3421077. OLE color: 3421077.

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

Color convert

RGB 149 51 52 -
CMYK 0 0.66 0.65 0.42
HSL 359.39º 0.49% 0.39% -
HSV(B) 359.39º 0.66% 0.58% -
XYZ 14.2 9.01 4.24 -
YUV 80.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 149 51 52 0 0.66 0.65 0.42 359.39 0.49 0.39
Hex 95 33 34 0 42 41 2A 167 31 27
Octal 225 63 64 0 102 101 52 547 61 47
Binary 10010101 110011 110100 0 1000010 1000001 101010 101100111 110001 100111

Color Harmonies of #953334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953334

Black with #953334

Text Example


Text Example

White with #953334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953334; }

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

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

background-color css

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

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

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

border-color css

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

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

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