Html Css Color HEX #952C2D Guardsman Red

📋 copy color: '#952C2D'

red 149 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #952C2D

Tints of Guardsman Red #952C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

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

R = 62.61%
G = 18.49%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#952C2D (or 0x952C2D) is known color: Guardsman Red. HEX triplet: 95, 2C and 2D. RGB value is (149,44,45). Sum of RGB (Red+Green+Blue) = 149+44+45=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C2D is #6AD3D2. Grayscale: #4B4B4B. Windows color (decimal): -7001043 or 2960533. OLE color: 2960533.

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

Color convert

RGB 149 44 45 -
CMYK 0 0.70 0.70 0.42
HSL 359.43º 0.54% 0.38% -
HSV(B) 359.43º 0.7% 0.58% -
XYZ 13.77 8.38 3.37 -
YUV 75.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 149 44 45 0 0.70 0.70 0.42 359.43 0.54 0.38
Hex 95 2C 2D 0 46 46 2A 167 36 26
Octal 225 54 55 0 106 106 52 547 66 46
Binary 10010101 101100 101101 0 1000110 1000110 101010 101100111 110110 100110

Color Harmonies of #952C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C2D

Black with #952C2D

Text Example


Text Example

White with #952C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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