Html Css Color HEX #9C313F Guardsman Red

📋 copy color: '#9C313F'

red 156 ◦ green 49 ◦ blue 63

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

Shades of Guardsman Red #9C313F

Tints of Guardsman Red #9C313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 63 (25% from 255) = 23.51%

R = 58.21%
G = 18.28%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C313F (or 0x9C313F) is known color: Guardsman Red. HEX triplet: 9C, 31 and 3F. RGB value is (156,49,63). Sum of RGB (Red+Green+Blue) = 156+49+63=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C313F is #63CEC0. Grayscale: #525252. Windows color (decimal): -6540993 or 4141468. OLE color: 4141468.

HSL color Cylindrical-coordinate representation of color #9C313F: hue angle of 352.15º degrees, saturation: 0.52, 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 #9C313F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 49 63 -
CMYK 0 0.69 0.60 0.39
HSL 352.15º 0.52% 0.4% -
HSV(B) 352.15º 0.69% 0.61% -
XYZ 15.71 9.62 5.73 -
YUV 82.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 156 49 63 0 0.69 0.60 0.39 352.15 0.52 0.4
Hex 9C 31 3F 0 45 3C 27 160 34 28
Octal 234 61 77 0 105 74 47 540 64 50
Binary 10011100 110001 111111 0 1000101 111100 100111 101100000 110100 101000

Color Harmonies of #9C313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C313F

Black with #9C313F

Text Example


Text Example

White with #9C313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,49,63); }

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

background-color css

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

 a { background-color: rgb(156,49,63); }

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

border-color css

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

 span { border-color: rgb(156,49,63); }

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