Html Css Color HEX #A6371B Rock Spray

📋 copy color: '#A6371B'

red 166 ◦ green 55 ◦ blue 27

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

Shades of Rock Spray #A6371B

Tints of Rock Spray #A6371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 66.94%
G = 22.18%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6371B (or 0xA6371B) is known color: Rock Spray. HEX triplet: A6, 37 and 1B. RGB value is (166,55,27). Sum of RGB (Red+Green+Blue) = 166+55+27=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6371B is #59C8E4. Grayscale: #555555. Windows color (decimal): -5884133 or 1783718. OLE color: 1783718.

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

Color convert

RGB 166 55 27 -
CMYK 0 0.67 0.84 0.35
HSL 12.09º 0.72% 0.38% -
HSV(B) 12.09º 0.84% 0.65% -
XYZ 17.29 10.92 2.23 -
YUV 85 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 166 55 27 0 0.67 0.84 0.35 12.09 0.72 0.38
Hex A6 37 1B 0 43 54 23 C 48 26
Octal 246 67 33 0 103 124 43 14 110 46
Binary 10100110 110111 11011 0 1000011 1010100 100011 1100 1001000 100110

Color Harmonies of #A6371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6371B

Black with #A6371B

Text Example


Text Example

White with #A6371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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