Html Css Color HEX #9C3039 Guardsman Red

📋 copy color: '#9C3039'

red 156 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #9C3039

Tints of Guardsman Red #9C3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 59.77%
G = 18.39%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C3039 (or 0x9C3039) is known color: Guardsman Red. HEX triplet: 9C, 30 and 39. RGB value is (156,48,57). Sum of RGB (Red+Green+Blue) = 156+48+57=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3039 is #63CFC6. Grayscale: #515151. Windows color (decimal): -6541255 or 3747996. OLE color: 3747996.

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

Color convert

RGB 156 48 57 -
CMYK 0 0.69 0.63 0.39
HSL 355º 0.53% 0.4% -
HSV(B) 355º 0.69% 0.61% -
XYZ 15.51 9.48 4.88 -
YUV 81.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 156 48 57 0 0.69 0.63 0.39 355 0.53 0.4
Hex 9C 30 39 0 45 3F 27 163 35 28
Octal 234 60 71 0 105 77 47 543 65 50
Binary 10011100 110000 111001 0 1000101 111111 100111 101100011 110101 101000

Color Harmonies of #9C3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3039

Black with #9C3039

Text Example


Text Example

White with #9C3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,57); }

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

background-color css

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

 a { background-color: rgb(156,48,57); }

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

border-color css

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

 span { border-color: rgb(156,48,57); }

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