#A83A1C

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

Shades of Rock Spray #A83A1C

Tints of Rock Spray #A83A1C

Color information

#A83A1C (or 0xA83A1C) is unknown color: approx Rock Spray. HEX triplet: A8, 3A and 1C. RGB value is (168,58,28). Sum of RGB (Red+Green+Blue) = 168+58+28=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A1C is #57C5E3. Grayscale: #575757. Windows color (decimal): -5752292 or 1850024. OLE color: 1850024.

HSL color Cylindrical-coordinate representation of color #A83A1C: hue angle of 12.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A83A1C is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1685828-
CMYK00.650.830.34
HSL12.86º71.43%38.43%-
HSV(B)12.86º83.33%65.88%-
XYZ17.8711.432.36-
YUV87.4794.44185.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.14%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=66.14%
G=22.83%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168582800.650.830.3412.8671.4338.43
HexA83A1C0415322d4726
Octal25072340101123421510746
Binary101010001110101110001000001101001110001011011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83A1C; }

 p { color: rgb(168,58,28); }

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

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

 a { background-color: rgb(168,58,28); }

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

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

 span { border-color: rgb(168,58,28); }

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