Html Css Color HEX #953033 Guardsman Red

📋 copy color: '#953033'

red 149 ◦ green 48 ◦ blue 51

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

Shades of Guardsman Red #953033

Tints of Guardsman Red #953033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 60.08%
G = 19.35%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953033 (or 0x953033) is known color: Guardsman Red. HEX triplet: 95, 30 and 33. RGB value is (149,48,51). Sum of RGB (Red+Green+Blue) = 149+48+51=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #953033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953033 is #6ACFCC. Grayscale: #4E4E4E. Windows color (decimal): -7000013 or 3354773. OLE color: 3354773.

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

Color convert

RGB 149 48 51 -
CMYK 0 0.68 0.66 0.42
HSL 358.22º 0.51% 0.39% -
HSV(B) 358.22º 0.68% 0.58% -
XYZ 14.05 8.74 4.08 -
YUV 78.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 149 48 51 0 0.68 0.66 0.42 358.22 0.51 0.39
Hex 95 30 33 0 44 42 2A 166 33 27
Octal 225 60 63 0 104 102 52 546 63 47
Binary 10010101 110000 110011 0 1000100 1000010 101010 101100110 110011 100111

Color Harmonies of #953033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953033

Black with #953033

Text Example


Text Example

White with #953033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953033; }

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

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

background-color css

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

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

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

border-color css

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

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

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