Html Css Color HEX #952A2C Guardsman Red

📋 copy color: '#952A2C'

red 149 ◦ green 42 ◦ blue 44

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

Shades of Guardsman Red #952A2C

Tints of Guardsman Red #952A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 63.4%
G = 17.87%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#952A2C (or 0x952A2C) is known color: Guardsman Red. HEX triplet: 95, 2A and 2C. RGB value is (149,42,44). Sum of RGB (Red+Green+Blue) = 149+42+44=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A2C is #6AD5D3. Grayscale: #4A4A4A. Windows color (decimal): -7001556 or 2894485. OLE color: 2894485.

HSL color Cylindrical-coordinate representation of color #952A2C: hue angle of 358.88º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A2C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 44 -
CMYK 0 0.72 0.70 0.42
HSL 358.88º 0.56% 0.37% -
HSV(B) 358.88º 0.72% 0.58% -
XYZ 13.68 8.23 3.25 -
YUV 74.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 149 42 44 0 0.72 0.70 0.42 358.88 0.56 0.37
Hex 95 2A 2C 0 48 46 2A 167 38 25
Octal 225 52 54 0 110 106 52 547 70 45
Binary 10010101 101010 101100 0 1001000 1000110 101010 101100111 111000 100101

Color Harmonies of #952A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A2C

Black with #952A2C

Text Example


Text Example

White with #952A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A2C; }

 p { color: rgb(149,42,44); }

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

background-color css

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

 a { background-color: rgb(149,42,44); }

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

border-color css

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

 span { border-color: rgb(149,42,44); }

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