Html Css Color HEX #A6151F Carmine

📋 copy color: '#A6151F'

red 166 ◦ green 21 ◦ blue 31

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

Shades of Carmine #A6151F

Tints of Carmine #A6151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 76.15%
G = 9.63%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6151F (or 0xA6151F) is known color: Carmine. HEX triplet: A6, 15 and 1F. RGB value is (166,21,31). Sum of RGB (Red+Green+Blue) = 166+21+31=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6151F is #59EAE0. Grayscale: #414141. Windows color (decimal): -5892833 or 2037158. OLE color: 2037158.

HSL color Cylindrical-coordinate representation of color #A6151F: hue angle of 355.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6151F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 31 -
CMYK 0 0.87 0.81 0.35
HSL 355.86º 0.78% 0.37% -
HSV(B) 355.86º 0.87% 0.65% -
XYZ 16.24 8.74 2.13 -
YUV 65.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 166 21 31 0 0.87 0.81 0.35 355.86 0.78 0.37
Hex A6 15 1F 0 57 51 23 164 4E 25
Octal 246 25 37 0 127 121 43 544 116 45
Binary 10100110 10101 11111 0 1010111 1010001 100011 101100100 1001110 100101

Color Harmonies of #A6151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6151F

Black with #A6151F

Text Example


Text Example

White with #A6151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6151F; }

 p { color: rgb(166,21,31); }

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

background-color css

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

 a { background-color: rgb(166,21,31); }

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

border-color css

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

 span { border-color: rgb(166,21,31); }

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