#9D2C2E

Color #9D2C2E Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #9D2C2E

Tints of Guardsman Red #9D2C2E

Color information

#9D2C2E (or 0x9D2C2E) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2C and 2E. RGB value is (157,44,46). Sum of RGB (Red+Green+Blue) = 157+44+46=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C2E is #62D3D1. Grayscale: #4E4E4E. Windows color (decimal): -6476754 or 3026077. OLE color: 3026077.

HSL color Cylindrical-coordinate representation of color #9D2C2E: hue angle of 358.94º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C2E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1574446-
CMYK00.720.710.38
HSL358.94º56.22%39.41%-
HSV(B)358.94º71.97%61.57%-
XYZ15.39.173.55-
YUV78.02109.94184.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.56%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=63.56%
G=17.81%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157444600.720.710.38358.9456.2239.41
Hex9D2C2E04847261673827
Octal23554560110107465477047
Binary10011101101100101110010010001000111100110101100111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,44,46); }

 H1.HeaderClassName
 {
   color: #9D2C2E;
 }
 .AnyTagClassName
 {
   color: #9D2C2E;
 }
</style>
background-color css

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

 a { background-color: rgb(157,44,46); }

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

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

 span { border-color: rgb(157,44,46); }

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