Html Css Color HEX #A63D1E Rock Spray

📋 copy color: '#A63D1E'

red 166 ◦ green 61 ◦ blue 30

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

Shades of Rock Spray #A63D1E

Tints of Rock Spray #A63D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 64.59%
G = 23.74%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A63D1E (or 0xA63D1E) is known color: Rock Spray. HEX triplet: A6, 3D and 1E. RGB value is (166,61,30). Sum of RGB (Red+Green+Blue) = 166+61+30=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D1E is #59C2E1. Grayscale: #595959. Windows color (decimal): -5882594 or 1981862. OLE color: 1981862.

HSL color Cylindrical-coordinate representation of color #A63D1E: hue angle of 13.68º 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 #A63D1E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 61 30 -
CMYK 0 0.63 0.82 0.35
HSL 13.68º 0.69% 0.38% -
HSV(B) 13.68º 0.82% 0.65% -
XYZ 17.63 11.54 2.53 -
YUV 88.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 166 61 30 0 0.63 0.82 0.35 13.68 0.69 0.38
Hex A6 3D 1E 0 3F 52 23 E 45 26
Octal 246 75 36 0 77 122 43 16 105 46
Binary 10100110 111101 11110 0 111111 1010010 100011 1110 1000101 100110

Color Harmonies of #A63D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D1E

Black with #A63D1E

Text Example


Text Example

White with #A63D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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