#A43A1F

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

Shades of Rock Spray #A43A1F

Tints of Rock Spray #A43A1F

Color information

#A43A1F (or 0xA43A1F) is unknown color: approx Rock Spray. HEX triplet: A4, 3A and 1F. RGB value is (164,58,31). Sum of RGB (Red+Green+Blue) = 164+58+31=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A1F is #5BC5E0. Grayscale: #565656. Windows color (decimal): -6014433 or 2046628. OLE color: 2046628.

HSL color Cylindrical-coordinate representation of color #A43A1F: hue angle of 12.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A43A1F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1645831-
CMYK00.650.810.36
HSL12.18º68.21%38.24%-
HSV(B)12.18º81.1%64.31%-
XYZ17.0711.022.52-
YUV86.6296.62183.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.82%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=64.82%
G=22.92%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164583100.650.810.3612.1868.2138.24
HexA43A1F0415124c4426
Octal24472370101121441410446
Binary101001001110101111101000001101000110010011001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A1F; }

 p { color: rgb(164,58,31); }

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

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

 a { background-color: rgb(164,58,31); }

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

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

 span { border-color: rgb(164,58,31); }

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