Html Css Color HEX #952B2D Guardsman Red

📋 copy color: '#952B2D'

red 149 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #952B2D

Tints of Guardsman Red #952B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 62.87%
G = 18.14%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#952B2D (or 0x952B2D) is known color: Guardsman Red. HEX triplet: 95, 2B and 2D. RGB value is (149,43,45). Sum of RGB (Red+Green+Blue) = 149+43+45=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B2D is #6AD4D2. Grayscale: #4B4B4B. Windows color (decimal): -7001299 or 2960277. OLE color: 2960277.

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

Color convert

RGB 149 43 45 -
CMYK 0 0.71 0.70 0.42
HSL 358.87º 0.55% 0.38% -
HSV(B) 358.87º 0.71% 0.58% -
XYZ 13.73 8.31 3.36 -
YUV 74.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 149 43 45 0 0.71 0.70 0.42 358.87 0.55 0.38
Hex 95 2B 2D 0 47 46 2A 167 37 26
Octal 225 53 55 0 107 106 52 547 67 46
Binary 10010101 101011 101101 0 1000111 1000110 101010 101100111 110111 100110

Color Harmonies of #952B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B2D

Black with #952B2D

Text Example


Text Example

White with #952B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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