#a43c25

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

Shades of Rock Spray #A43C25

Tints of Rock Spray #A43C25

Color information

#A43C25 (or 0xA43C25) is unknown color: approx Rock Spray. HEX triplet: A4, 3C and 25. RGB value is (164,60,37). Sum of RGB (Red+Green+Blue) = 164+60+37=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C25 is #5BC3DA. Grayscale: #585858. Windows color (decimal): -6013915 or 2440356. OLE color: 2440356.

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

Color convert

RGB1646037-
CMYK00.630.770.36
HSL10.87º63.18%39.41%-
HSV(B)10.87º77.44%64.31%-
XYZ17.2611.263.01-
YUV88.4798.96181.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.84%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=62.84%
G=22.99%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164603700.630.770.3610.8763.1839.41
HexA43C2503F4D24b3f27
Octal244744507711544137747
Binary10100100111100100101011111110011011001001011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43c25; }

 p { color: rgb(164,60,37); }

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

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

 a { background-color: rgb(164,60,37); }

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

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

 span { border-color: rgb(164,60,37); }

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