Html Css Color HEX #9C2E35 Guardsman Red

📋 copy color: '#9C2E35'

red 156 ◦ green 46 ◦ blue 53

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

Shades of Guardsman Red #9C2E35

Tints of Guardsman Red #9C2E35

RGB

 RED value IS 156 (61.33% from 255) = 61.18%

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

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 61.18%
G = 18.04%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C2E35 (or 0x9C2E35) is known color: Guardsman Red. HEX triplet: 9C, 2E and 35. RGB value is (156,46,53). Sum of RGB (Red+Green+Blue) = 156+46+53=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2E35 is #63D1CA. Grayscale: #4F4F4F. Windows color (decimal): -6541771 or 3485340. OLE color: 3485340.

HSL color Cylindrical-coordinate representation of color #9C2E35: hue angle of 356.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E35 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 46 53 -
CMYK 0 0.71 0.66 0.39
HSL 356.18º 0.54% 0.4% -
HSV(B) 356.18º 0.71% 0.61% -
XYZ 15.33 9.28 4.35 -
YUV 79.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 156 46 53 0 0.71 0.66 0.39 356.18 0.54 0.4
Hex 9C 2E 35 0 47 42 27 164 36 28
Octal 234 56 65 0 107 102 47 544 66 50
Binary 10011100 101110 110101 0 1000111 1000010 100111 101100100 110110 101000

Color Harmonies of #9C2E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2E35

Black with #9C2E35

Text Example


Text Example

White with #9C2E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C2E35; }

 p { color: rgb(156,46,53); }

 H1.HeaderClassName
 {
   color: #9C2E35;
 }
 .AnyTagClassName
 {
   color: #9C2E35;
 }
</style>

background-color css

<style>
 a { background-color: #9C2E35; }

 a { background-color: rgb(156,46,53); }

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

border-color css

<style>
 span { border-color: #9C2E35; }

 span { border-color: rgb(156,46,53); }

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