Html Css Color HEX #A6391B Rock Spray

📋 copy color: '#A6391B'

red 166 ◦ green 57 ◦ blue 27

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

Shades of Rock Spray #A6391B

Tints of Rock Spray #A6391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 66.4%
G = 22.8%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6391B (or 0xA6391B) is known color: Rock Spray. HEX triplet: A6, 39 and 1B. RGB value is (166,57,27). Sum of RGB (Red+Green+Blue) = 166+57+27=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6391B is #59C6E4. Grayscale: #565656. Windows color (decimal): -5883621 or 1784230. OLE color: 1784230.

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

Color convert

RGB 166 57 27 -
CMYK 0 0.66 0.84 0.35
HSL 12.95º 0.72% 0.38% -
HSV(B) 12.95º 0.84% 0.65% -
XYZ 17.39 11.11 2.27 -
YUV 86.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 166 57 27 0 0.66 0.84 0.35 12.95 0.72 0.38
Hex A6 39 1B 0 42 54 23 D 48 26
Octal 246 71 33 0 102 124 43 15 110 46
Binary 10100110 111001 11011 0 1000010 1010100 100011 1101 1001000 100110

Color Harmonies of #A6391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6391B

Black with #A6391B

Text Example


Text Example

White with #A6391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6391B; }

 p { color: rgb(166,57,27); }

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

background-color css

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

 a { background-color: rgb(166,57,27); }

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

border-color css

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

 span { border-color: rgb(166,57,27); }

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