Html Css Color HEX #A63F2E Rock Spray

📋 copy color: '#A63F2E'

red 166 ◦ green 63 ◦ blue 46

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

Shades of Rock Spray #A63F2E

Tints of Rock Spray #A63F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 60.36%
G = 22.91%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A63F2E (or 0xA63F2E) is known color: Rock Spray. HEX triplet: A6, 3F and 2E. RGB value is (166,63,46). Sum of RGB (Red+Green+Blue) = 166+63+46=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F2E is #59C0D1. Grayscale: #5C5C5C. Windows color (decimal): -5882066 or 3030950. OLE color: 3030950.

HSL color Cylindrical-coordinate representation of color #A63F2E: hue angle of 8.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63F2E is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 63 46 -
CMYK 0 0.62 0.72 0.35
HSL 8.5º 0.57% 0.42% -
HSV(B) 8.5º 0.72% 0.65% -
XYZ 18 11.86 3.93 -
YUV 91.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 166 63 46 0 0.62 0.72 0.35 8.5 0.57 0.42
Hex A6 3F 2E 0 3E 48 23 8 39 2A
Octal 246 77 56 0 76 110 43 10 71 52
Binary 10100110 111111 101110 0 111110 1001000 100011 1000 111001 101010

Color Harmonies of #A63F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F2E

Black with #A63F2E

Text Example


Text Example

White with #A63F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F2E; }

 p { color: rgb(166,63,46); }

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

background-color css

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

 a { background-color: rgb(166,63,46); }

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

border-color css

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

 span { border-color: rgb(166,63,46); }

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