#A33F2E

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

Shades of Rock Spray #A33F2E

Tints of Rock Spray #A33F2E

Color information

#A33F2E (or 0xA33F2E) is unknown color: approx Rock Spray. HEX triplet: A3, 3F and 2E. RGB value is (163,63,46). Sum of RGB (Red+Green+Blue) = 163+63+46=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F2E is #5CC0D1. Grayscale: #5B5B5B. Windows color (decimal): -6078674 or 3030947. OLE color: 3030947.

HSL color Cylindrical-coordinate representation of color #A33F2E: hue angle of 8.72º 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 #A33F2E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1636346-
CMYK00.610.720.36
HSL8.72º55.98%40.98%-
HSV(B)8.72º71.78%63.92%-
XYZ17.3711.543.9-
YUV90.96102.63179.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=59.93%
G=23.16%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163634600.610.720.368.7255.9840.98
HexA33F2E03D482493829
Octal243775607511044117051
Binary10100011111111101110011110110010001001001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F2E; }

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

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

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

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

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

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

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

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