Html Css Color HEX #9C3639 Guardsman Red

📋 copy color: '#9C3639'

red 156 ◦ green 54 ◦ blue 57

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

Shades of Guardsman Red #9C3639

Tints of Guardsman Red #9C3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

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

R = 58.43%
G = 20.22%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C3639 (or 0x9C3639) is known color: Guardsman Red. HEX triplet: 9C, 36 and 39. RGB value is (156,54,57). Sum of RGB (Red+Green+Blue) = 156+54+57=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3639 is #63C9C6. Grayscale: #545454. Windows color (decimal): -6539719 or 3749532. OLE color: 3749532.

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

Color convert

RGB 156 54 57 -
CMYK 0 0.65 0.63 0.39
HSL 358.24º 0.49% 0.41% -
HSV(B) 358.24º 0.65% 0.61% -
XYZ 15.77 10 4.97 -
YUV 84.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 156 54 57 0 0.65 0.63 0.39 358.24 0.49 0.41
Hex 9C 36 39 0 41 3F 27 166 31 29
Octal 234 66 71 0 101 77 47 546 61 51
Binary 10011100 110110 111001 0 1000001 111111 100111 101100110 110001 101001

Color Harmonies of #9C3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3639

Black with #9C3639

Text Example


Text Example

White with #9C3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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