Html Css Color HEX #9C282F Guardsman Red

📋 copy color: '#9C282F'

red 156 ◦ green 40 ◦ blue 47

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

Shades of Guardsman Red #9C282F

Tints of Guardsman Red #9C282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 64.2%
G = 16.46%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C282F (or 0x9C282F) is known color: Guardsman Red. HEX triplet: 9C, 28 and 2F. RGB value is (156,40,47). Sum of RGB (Red+Green+Blue) = 156+40+47=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C282F is #63D7D0. Grayscale: #4B4B4B. Windows color (decimal): -6543313 or 3090588. OLE color: 3090588.

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

Color convert

RGB 156 40 47 -
CMYK 0 0.74 0.70 0.39
HSL 356.38º 0.59% 0.38% -
HSV(B) 356.38º 0.74% 0.61% -
XYZ 14.98 8.79 3.6 -
YUV 75.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 156 40 47 0 0.74 0.70 0.39 356.38 0.59 0.38
Hex 9C 28 2F 0 4A 46 27 164 3B 26
Octal 234 50 57 0 112 106 47 544 73 46
Binary 10011100 101000 101111 0 1001010 1000110 100111 101100100 111011 100110

Color Harmonies of #9C282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C282F

Black with #9C282F

Text Example


Text Example

White with #9C282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,40,47); }

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

background-color css

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

 a { background-color: rgb(156,40,47); }

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

border-color css

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

 span { border-color: rgb(156,40,47); }

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