Html Css Color HEX #A6040B Sangria

📋 copy color: '#A6040B'

red 166 ◦ green 4 ◦ blue 11

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

Shades of Sangria #A6040B

Tints of Sangria #A6040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

 BLUE value IS 11 (4.69% from 255) = 6.08%

R = 91.71%
G = 2.21%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6040B (or 0xA6040B) is known color: Sangria. HEX triplet: A6, 04 and 0B. RGB value is (166,4,11). Sum of RGB (Red+Green+Blue) = 166+4+11=181 (23% of max value = 765). Red value is 166 (65.23% from 255 or 91.71% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 166 - color contains mainly: red. Hex color #A6040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6040B is #59FBF4. Grayscale: #353535. Windows color (decimal): -5897205 or 722086. OLE color: 722086.

HSL color Cylindrical-coordinate representation of color #A6040B: hue angle of 357.41º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6040B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 4 11 -
CMYK 0 0.98 0.93 0.35
HSL 357.41º 0.95% 0.33% -
HSV(B) 357.41º 0.98% 0.65% -
XYZ 15.83 8.22 1.07 -
YUV 53.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 166 4 11 0 0.98 0.93 0.35 357.41 0.95 0.33
Hex A6 4 B 0 62 5D 23 165 5F 21
Octal 246 4 13 0 142 135 43 545 137 41
Binary 10100110 100 1011 0 1100010 1011101 100011 101100101 1011111 100001

Color Harmonies of #A6040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6040B

Black with #A6040B

Text Example


Text Example

White with #A6040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6040B; }

 p { color: rgb(166,4,11); }

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

background-color css

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

 a { background-color: rgb(166,4,11); }

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

border-color css

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

 span { border-color: rgb(166,4,11); }

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