Html Css Color HEX #A60B0F Sangria

📋 copy color: '#A60B0F'

red 166 ◦ green 11 ◦ blue 15

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

Shades of Sangria #A60B0F

Tints of Sangria #A60B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 86.46%
G = 5.73%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A60B0F (or 0xA60B0F) is known color: Sangria. HEX triplet: A6, 0B and 0F. RGB value is (166,11,15). Sum of RGB (Red+Green+Blue) = 166+11+15=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B0F is #59F4F0. Grayscale: #393939. Windows color (decimal): -5895409 or 986022. OLE color: 986022.

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

Color convert

RGB 166 11 15 -
CMYK 0 0.93 0.91 0.35
HSL 358.45º 0.88% 0.35% -
HSV(B) 358.45º 0.93% 0.65% -
XYZ 15.93 8.38 1.23 -
YUV 57.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 166 11 15 0 0.93 0.91 0.35 358.45 0.88 0.35
Hex A6 B F 0 5D 5B 23 166 58 23
Octal 246 13 17 0 135 133 43 546 130 43
Binary 10100110 1011 1111 0 1011101 1011011 100011 101100110 1011000 100011

Color Harmonies of #A60B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60B0F

Black with #A60B0F

Text Example


Text Example

White with #A60B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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