Html Css Color HEX #952F39 Guardsman Red

📋 copy color: '#952F39'

red 149 ◦ green 47 ◦ blue 57

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

Shades of Guardsman Red #952F39

Tints of Guardsman Red #952F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 58.89%
G = 18.58%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#952F39 (or 0x952F39) is known color: Guardsman Red. HEX triplet: 95, 2F and 39. RGB value is (149,47,57). Sum of RGB (Red+Green+Blue) = 149+47+57=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F39 is #6AD0C6. Grayscale: #4E4E4E. Windows color (decimal): -7000263 or 3747733. OLE color: 3747733.

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

Color convert

RGB 149 47 57 -
CMYK 0 0.68 0.62 0.42
HSL 354.12º 0.52% 0.38% -
HSV(B) 354.12º 0.68% 0.58% -
XYZ 14.15 8.72 4.81 -
YUV 78.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 149 47 57 0 0.68 0.62 0.42 354.12 0.52 0.38
Hex 95 2F 39 0 44 3E 2A 162 34 26
Octal 225 57 71 0 104 76 52 542 64 46
Binary 10010101 101111 111001 0 1000100 111110 101010 101100010 110100 100110

Color Harmonies of #952F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F39

Black with #952F39

Text Example


Text Example

White with #952F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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