#99282A

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

Shades of Guardsman Red #99282A

Tints of Guardsman Red #99282A

Color information

#99282A (or 0x99282A) is unknown color: approx Guardsman Red. HEX triplet: 99, 28 and 2A. RGB value is (153,40,42). Sum of RGB (Red+Green+Blue) = 153+40+42=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99282A is #66D7D5. Grayscale: #4A4A4A. Windows color (decimal): -6739926 or 2762905. OLE color: 2762905.

HSL color Cylindrical-coordinate representation of color #99282A: hue angle of 358.94º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99282A is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1534042-
CMYK00.740.730.4
HSL358.94º58.55%37.84%-
HSV(B)358.94º73.86%60%-
XYZ14.318.463.07-
YUV74.02109.94184.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=65.11%
G=17.02%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153404200.740.730.4358.9458.5537.84
Hex99282A04A49281673b26
Octal23150520112111505477346
Binary10011001101000101010010010101001001101000101100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99282A; }

 p { color: rgb(153,40,42); }

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

<style>
 a { background-color: #99282A; }

 a { background-color: rgb(153,40,42); }

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

<style>
 span { border-color: #99282A; }

 span { border-color: rgb(153,40,42); }

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