Html Css Color HEX #A63A1E Rock Spray

📋 copy color: '#A63A1E'

red 166 ◦ green 58 ◦ blue 30

#A63A1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A63A1E

Tints of Rock Spray #A63A1E

RGB

 RED value IS 166 (65.23% from 255) = 65.35%

 GREEN value IS 58 (23.05% from 255) = 22.83%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 65.35%
G = 22.83%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A63A1E (or 0xA63A1E) is known color: Rock Spray. HEX triplet: A6, 3A and 1E. RGB value is (166,58,30). Sum of RGB (Red+Green+Blue) = 166+58+30=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A1E is #59C5E1. Grayscale: #575757. Windows color (decimal): -5883362 or 1981094. OLE color: 1981094.

HSL color Cylindrical-coordinate representation of color #A63A1E: hue angle of 12.35º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A63A1E is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 58 30 -
CMYK 0 0.65 0.82 0.35
HSL 12.35º 0.69% 0.38% -
HSV(B) 12.35º 0.82% 0.65% -
XYZ 17.47 11.23 2.47 -
YUV 87.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 166 58 30 0 0.65 0.82 0.35 12.35 0.69 0.38
Hex A6 3A 1E 0 41 52 23 C 45 26
Octal 246 72 36 0 101 122 43 14 105 46
Binary 10100110 111010 11110 0 1000001 1010010 100011 1100 1000101 100110

Color Harmonies of #A63A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A1E

Black with #A63A1E

Text Example


Text Example

White with #A63A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A1E; }

 p { color: rgb(166,58,30); }

 H1.HeaderClassName
 {
   color: #A63A1E;
 }
 .AnyTagClassName
 {
   color: #A63A1E;
 }
</style>

background-color css

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

 a { background-color: rgb(166,58,30); }

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

border-color css

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

 span { border-color: rgb(166,58,30); }

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