Html Css Color HEX #953036 Guardsman Red

📋 copy color: '#953036'

red 149 ◦ green 48 ◦ blue 54

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

Shades of Guardsman Red #953036

Tints of Guardsman Red #953036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 59.36%
G = 19.12%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#953036 (or 0x953036) is known color: Guardsman Red. HEX triplet: 95, 30 and 36. RGB value is (149,48,54). Sum of RGB (Red+Green+Blue) = 149+48+54=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953036 is #6ACFC9. Grayscale: #4E4E4E. Windows color (decimal): -7000010 or 3551381. OLE color: 3551381.

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

Color convert

RGB 149 48 54 -
CMYK 0 0.68 0.64 0.42
HSL 356.44º 0.51% 0.39% -
HSV(B) 356.44º 0.68% 0.58% -
XYZ 14.12 8.77 4.44 -
YUV 78.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 149 48 54 0 0.68 0.64 0.42 356.44 0.51 0.39
Hex 95 30 36 0 44 40 2A 164 33 27
Octal 225 60 66 0 104 100 52 544 63 47
Binary 10010101 110000 110110 0 1000100 1000000 101010 101100100 110011 100111

Color Harmonies of #953036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953036

Black with #953036

Text Example


Text Example

White with #953036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953036; }

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

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

background-color css

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

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

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

border-color css

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

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

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