Html Css Color HEX #952F31 Guardsman Red

📋 copy color: '#952F31'

red 149 ◦ green 47 ◦ blue 49

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

Shades of Guardsman Red #952F31

Tints of Guardsman Red #952F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 60.82%
G = 19.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952F31 (or 0x952F31) is known color: Guardsman Red. HEX triplet: 95, 2F and 31. RGB value is (149,47,49). Sum of RGB (Red+Green+Blue) = 149+47+49=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F31 is #6AD0CE. Grayscale: #4D4D4D. Windows color (decimal): -7000271 or 3223445. OLE color: 3223445.

HSL color Cylindrical-coordinate representation of color #952F31: hue angle of 358.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F31 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 49 -
CMYK 0 0.68 0.67 0.42
HSL 358.82º 0.52% 0.38% -
HSV(B) 358.82º 0.68% 0.58% -
XYZ 13.97 8.64 3.84 -
YUV 77.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 149 47 49 0 0.68 0.67 0.42 358.82 0.52 0.38
Hex 95 2F 31 0 44 43 2A 167 34 26
Octal 225 57 61 0 104 103 52 547 64 46
Binary 10010101 101111 110001 0 1000100 1000011 101010 101100111 110100 100110

Color Harmonies of #952F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F31

Black with #952F31

Text Example


Text Example

White with #952F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,47,49); }

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

background-color css

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

 a { background-color: rgb(149,47,49); }

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

border-color css

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

 span { border-color: rgb(149,47,49); }

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