#9A1A1E

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

Shades of Bright Red #9A1A1E

Tints of Bright Red #9A1A1E

Color information

#9A1A1E (or 0x9A1A1E) is unknown color: approx Bright Red. HEX triplet: 9A, 1A and 1E. RGB value is (154,26,30). Sum of RGB (Red+Green+Blue) = 154+26+30=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1A1E is #65E5E1. Grayscale: #404040. Windows color (decimal): -6677986 or 1972890. OLE color: 1972890.

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

Color convert

RGB1542630-
CMYK00.830.810.40
HSL358.12º71.11%35.29%-
HSV(B)358.12º83.12%60.39%-
XYZ13.937.71.98-
YUV64.73108.41191.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 73.33%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=73.33%
G=12.38%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154263000.830.810.40358.1271.1135.29
Hex9A1A1E05351281664723
Octal232323601231215054610743
Binary1001101011010111100101001110100011010001011001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,26,30); }

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

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

 a { background-color: rgb(154,26,30); }

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

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

 span { border-color: rgb(154,26,30); }

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