#A33E2E

Color #A33E2E Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A33E2E

Tints of Rock Spray #A33E2E

Color information

#A33E2E (or 0xA33E2E) is unknown color: approx Rock Spray. HEX triplet: A3, 3E and 2E. RGB value is (163,62,46). Sum of RGB (Red+Green+Blue) = 163+62+46=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E2E is #5CC1D1. Grayscale: #5A5A5A. Windows color (decimal): -6078930 or 3030691. OLE color: 3030691.

HSL color Cylindrical-coordinate representation of color #A33E2E: hue angle of 8.21º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33E2E is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1636246-
CMYK00.620.720.36
HSL8.21º55.98%40.98%-
HSV(B)8.21º71.78%63.92%-
XYZ17.3211.433.88-
YUV90.38102.96179.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 46 (18.36% from 255) = 16.97%
R=60.15%
G=22.88%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163624600.620.720.368.2155.9840.98
HexA33E2E03E482483829
Octal243765607611044107051
Binary10100011111110101110011111010010001001001000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E2E; }

 p { color: rgb(163,62,46); }

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

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

 a { background-color: rgb(163,62,46); }

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

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

 span { border-color: rgb(163,62,46); }

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