Html Css Color HEX #9C3339 Guardsman Red

📋 copy color: '#9C3339'

red 156 ◦ green 51 ◦ blue 57

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

Shades of Guardsman Red #9C3339

Tints of Guardsman Red #9C3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 59.09%
G = 19.32%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C3339 (or 0x9C3339) is known color: Guardsman Red. HEX triplet: 9C, 33 and 39. RGB value is (156,51,57). Sum of RGB (Red+Green+Blue) = 156+51+57=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3339 is #63CCC6. Grayscale: #535353. Windows color (decimal): -6540487 or 3748764. OLE color: 3748764.

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

Color convert

RGB 156 51 57 -
CMYK 0 0.67 0.63 0.39
HSL 356.57º 0.51% 0.41% -
HSV(B) 356.57º 0.67% 0.61% -
XYZ 15.63 9.73 4.93 -
YUV 83.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 156 51 57 0 0.67 0.63 0.39 356.57 0.51 0.41
Hex 9C 33 39 0 43 3F 27 165 33 29
Octal 234 63 71 0 103 77 47 545 63 51
Binary 10011100 110011 111001 0 1000011 111111 100111 101100101 110011 101001

Color Harmonies of #9C3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3339

Black with #9C3339

Text Example


Text Example

White with #9C3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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