Html Css Color HEX #952E30 Guardsman Red

📋 copy color: '#952E30'

red 149 ◦ green 46 ◦ blue 48

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

Shades of Guardsman Red #952E30

Tints of Guardsman Red #952E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.93%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 61.32%
G = 18.93%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#952E30 (or 0x952E30) is known color: Guardsman Red. HEX triplet: 95, 2E and 30. RGB value is (149,46,48). Sum of RGB (Red+Green+Blue) = 149+46+48=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E30 is #6AD1CF. Grayscale: #4D4D4D. Windows color (decimal): -7000528 or 3157653. OLE color: 3157653.

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

Color convert

RGB 149 46 48 -
CMYK 0 0.69 0.68 0.42
HSL 358.84º 0.53% 0.38% -
HSV(B) 358.84º 0.69% 0.58% -
XYZ 13.9 8.56 3.72 -
YUV 77.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 149 46 48 0 0.69 0.68 0.42 358.84 0.53 0.38
Hex 95 2E 30 0 45 44 2A 167 35 26
Octal 225 56 60 0 105 104 52 547 65 46
Binary 10010101 101110 110000 0 1000101 1000100 101010 101100111 110101 100110

Color Harmonies of #952E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E30

Black with #952E30

Text Example


Text Example

White with #952E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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