#9A182A

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

Shades of Bright Red #9A182A

Tints of Bright Red #9A182A

Color information

#9A182A (or 0x9A182A) is unknown color: approx Bright Red. HEX triplet: 9A, 18 and 2A. RGB value is (154,24,42). Sum of RGB (Red+Green+Blue) = 154+24+42=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A182A is #65E7D5. Grayscale: #404040. Windows color (decimal): -6678486 or 2758810. OLE color: 2758810.

HSL color Cylindrical-coordinate representation of color #9A182A: hue angle of 351.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A182A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1542442-
CMYK00.840.730.40
HSL351.69º73.03%34.9%-
HSV(B)351.69º84.42%60.39%-
XYZ14.077.692.93-
YUV64.92115.07191.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=70%
G=10.91%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154244200.840.730.40351.6973.0334.9
Hex9A182A05449281604923
Octal232305201241115054011143
Binary10011010110001010100101010010010011010001011000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,24,42); }

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

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

 a { background-color: rgb(154,24,42); }

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

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

 span { border-color: rgb(154,24,42); }

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