#8A302B

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

Shades of Crab Apple #8A302B

Tints of Crab Apple #8A302B

Color information

#8A302B (or 0x8A302B) is unknown color: approx Crab Apple. HEX triplet: 8A, 30 and 2B. RGB value is (138,48,43). Sum of RGB (Red+Green+Blue) = 138+48+43=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A302B is #75CFD4. Grayscale: #4A4A4A. Windows color (decimal): -7720917 or 2830474. OLE color: 2830474.

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

Color convert

RGB1384843-
CMYK00.650.690.46
HSL3.16º52.49%35.49%-
HSV(B)3.16º68.84%54.12%-
XYZ11.977.693.14-
YUV74.34110.32173.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.26%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=60.26%
G=20.96%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138484300.650.690.463.1652.4935.49
Hex8A302B041452E33423
Octal212605301011055636443
Binary1000101011000010101101000001100010110111011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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