Html Css Color HEX #952B30 Guardsman Red

📋 copy color: '#952B30'

red 149 ◦ green 43 ◦ blue 48

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

Shades of Guardsman Red #952B30

Tints of Guardsman Red #952B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

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

R = 62.08%
G = 17.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#952B30 (or 0x952B30) is known color: Guardsman Red. HEX triplet: 95, 2B and 30. RGB value is (149,43,48). Sum of RGB (Red+Green+Blue) = 149+43+48=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #952B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B30 is #6AD4CF. Grayscale: #4B4B4B. Windows color (decimal): -7001296 or 3156885. OLE color: 3156885.

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

Color convert

RGB 149 43 48 -
CMYK 0 0.71 0.68 0.42
HSL 357.17º 0.55% 0.38% -
HSV(B) 357.17º 0.71% 0.58% -
XYZ 13.79 8.33 3.68 -
YUV 75.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 149 43 48 0 0.71 0.68 0.42 357.17 0.55 0.38
Hex 95 2B 30 0 47 44 2A 165 37 26
Octal 225 53 60 0 107 104 52 545 67 46
Binary 10010101 101011 110000 0 1000111 1000100 101010 101100101 110111 100110

Color Harmonies of #952B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B30

Black with #952B30

Text Example


Text Example

White with #952B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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