Html Css Color HEX #9C2529 Guardsman Red

📋 copy color: '#9C2529'

red 156 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #9C2529

Tints of Guardsman Red #9C2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 41 (16.41% from 255) = 17.52%

R = 66.67%
G = 15.81%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C2529 (or 0x9C2529) is known color: Guardsman Red. HEX triplet: 9C, 25 and 29. RGB value is (156,37,41). Sum of RGB (Red+Green+Blue) = 156+37+41=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2529 is #63DAD6. Grayscale: #494949. Windows color (decimal): -6544087 or 2696604. OLE color: 2696604.

HSL color Cylindrical-coordinate representation of color #9C2529: hue angle of 357.98º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2529 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 41 -
CMYK 0 0.76 0.74 0.39
HSL 357.98º 0.62% 0.38% -
HSV(B) 357.98º 0.76% 0.61% -
XYZ 14.77 8.55 2.97 -
YUV 73.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 156 37 41 0 0.76 0.74 0.39 357.98 0.62 0.38
Hex 9C 25 29 0 4C 4A 27 166 3E 26
Octal 234 45 51 0 114 112 47 546 76 46
Binary 10011100 100101 101001 0 1001100 1001010 100111 101100110 111110 100110

Color Harmonies of #9C2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2529

Black with #9C2529

Text Example


Text Example

White with #9C2529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,37,41); }

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

background-color css

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

 a { background-color: rgb(156,37,41); }

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

border-color css

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

 span { border-color: rgb(156,37,41); }

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