Html Css Color HEX #A60B0D Sangria

📋 copy color: '#A60B0D'

red 166 ◦ green 11 ◦ blue 13

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

Shades of Sangria #A60B0D

Tints of Sangria #A60B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.79%

 BLUE value IS 13 (5.47% from 255) = 6.84%

R = 87.37%
G = 5.79%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A60B0D (or 0xA60B0D) is known color: Sangria. HEX triplet: A6, 0B and 0D. RGB value is (166,11,13). Sum of RGB (Red+Green+Blue) = 166+11+13=190 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.37% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B0D is #59F4F2. Grayscale: #393939. Windows color (decimal): -5895411 or 854950. OLE color: 854950.

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

Color convert

RGB 166 11 13 -
CMYK 0 0.93 0.92 0.35
HSL 359.23º 0.88% 0.35% -
HSV(B) 359.23º 0.93% 0.65% -
XYZ 15.92 8.38 1.16 -
YUV 57.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 166 11 13 0 0.93 0.92 0.35 359.23 0.88 0.35
Hex A6 B D 0 5D 5C 23 167 58 23
Octal 246 13 15 0 135 134 43 547 130 43
Binary 10100110 1011 1101 0 1011101 1011100 100011 101100111 1011000 100011

Color Harmonies of #A60B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60B0D

Black with #A60B0D

Text Example


Text Example

White with #A60B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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