Html Css Color HEX #952B2F Guardsman Red

📋 copy color: '#952B2F'

red 149 ◦ green 43 ◦ blue 47

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

Shades of Guardsman Red #952B2F

Tints of Guardsman Red #952B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 62.34%
G = 17.99%
B = 19.67%

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

#952B2F (or 0x952B2F) is known color: Guardsman Red. HEX triplet: 95, 2B and 2F. RGB value is (149,43,47). Sum of RGB (Red+Green+Blue) = 149+43+47=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B2F is #6AD4D0. Grayscale: #4B4B4B. Windows color (decimal): -7001297 or 3091349. OLE color: 3091349.

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

Color convert

RGB 149 43 47 -
CMYK 0 0.71 0.68 0.42
HSL 357.74º 0.55% 0.38% -
HSV(B) 357.74º 0.71% 0.58% -
XYZ 13.77 8.32 3.57 -
YUV 75.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 149 43 47 0 0.71 0.68 0.42 357.74 0.55 0.38
Hex 95 2B 2F 0 47 44 2A 166 37 26
Octal 225 53 57 0 107 104 52 546 67 46
Binary 10010101 101011 101111 0 1000111 1000100 101010 101100110 110111 100110

Color Harmonies of #952B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B2F

Black with #952B2F

Text Example


Text Example

White with #952B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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