Html Css Color HEX #A6371D Rock Spray

📋 copy color: '#A6371D'

red 166 ◦ green 55 ◦ blue 29

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

Shades of Rock Spray #A6371D

Tints of Rock Spray #A6371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 66.4%
G = 22%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6371D (or 0xA6371D) is known color: Rock Spray. HEX triplet: A6, 37 and 1D. RGB value is (166,55,29). Sum of RGB (Red+Green+Blue) = 166+55+29=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6371D is #59C8E2. Grayscale: #555555. Windows color (decimal): -5884131 or 1914790. OLE color: 1914790.

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

Color convert

RGB 166 55 29 -
CMYK 0 0.67 0.83 0.35
HSL 11.39º 0.7% 0.38% -
HSV(B) 11.39º 0.83% 0.65% -
XYZ 17.31 10.93 2.36 -
YUV 85.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 166 55 29 0 0.67 0.83 0.35 11.39 0.7 0.38
Hex A6 37 1D 0 43 53 23 B 46 26
Octal 246 67 35 0 103 123 43 13 106 46
Binary 10100110 110111 11101 0 1000011 1010011 100011 1011 1000110 100110

Color Harmonies of #A6371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6371D

Black with #A6371D

Text Example


Text Example

White with #A6371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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