#8A182B

Color #8A182B Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #8A182B

Tints of Scarlett #8A182B

Color information

#8A182B (or 0x8A182B) is unknown color: approx Scarlett. HEX triplet: 8A, 18 and 2B. RGB value is (138,24,43). Sum of RGB (Red+Green+Blue) = 138+24+43=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A182B is #75E7D4. Grayscale: #3C3C3C. Windows color (decimal): -7727061 or 2824330. OLE color: 2824330.

HSL color Cylindrical-coordinate representation of color #8A182B: hue angle of 350º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A182B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1382443-
CMYK00.830.690.46
HSL350º70.37%31.76%-
HSV(B)350º82.61%54.12%-
XYZ11.246.232.9-
YUV60.25118.27183.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=67.32%
G=11.71%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138244300.830.690.4635070.3731.76
Hex8A182B053452E15e4620
Octal212305301231055653610640
Binary10001010110001010110101001110001011011101010111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A182B; }

 p { color: rgb(138,24,43); }

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

<style>
 a { background-color: #8A182B; }

 a { background-color: rgb(138,24,43); }

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

<style>
 span { border-color: #8A182B; }

 span { border-color: rgb(138,24,43); }

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