#a33d2b

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

Shades of Rock Spray #A33D2B

Tints of Rock Spray #A33D2B

Color information

#A33D2B (or 0xA33D2B) is unknown color: approx Rock Spray. HEX triplet: A3, 3D and 2B. RGB value is (163,61,43). Sum of RGB (Red+Green+Blue) = 163+61+43=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D2B is #5CC2D4. Grayscale: #595959. Windows color (decimal): -6079189 or 2833827. OLE color: 2833827.

HSL color Cylindrical-coordinate representation of color #A33D2B: hue angle of 9º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33D2B is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1636143-
CMYK00.630.740.36
HSL58.25%40.39%-
HSV(B)73.62%63.92%-
XYZ17.2111.33.56-
YUV89.45101.79180.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=61.05%
G=22.85%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163614300.630.740.36958.2540.39
HexA33D2B03F4A2493a28
Octal243755307711244117250
Binary10100011111101101011011111110010101001001001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33d2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33d2b; }

 p { color: rgb(163,61,43); }

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

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

 a { background-color: rgb(163,61,43); }

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

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

 span { border-color: rgb(163,61,43); }

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