Html Css Color HEX #A0181A Carmine

📋 copy color: '#A0181A'

red 160 ◦ green 24 ◦ blue 26

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

Shades of Carmine #A0181A

Tints of Carmine #A0181A

RGB

 RED value IS 160 (62.89% from 255) = 76.19%

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 76.19%
G = 11.43%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0181A (or 0xA0181A) is known color: Carmine. HEX triplet: A0, 18 and 1A. RGB value is (160,24,26). Sum of RGB (Red+Green+Blue) = 160+24+26=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0181A is #5FE7E5. Grayscale: #414141. Windows color (decimal): -6285286 or 1710240. OLE color: 1710240.

HSL color Cylindrical-coordinate representation of color #A0181A: hue angle of 359.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0181A is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 26 -
CMYK 0 0.85 0.84 0.37
HSL 359.12º 0.74% 0.36% -
HSV(B) 359.12º 0.85% 0.63% -
XYZ 15.01 8.2 1.77 -
YUV 64.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 160 24 26 0 0.85 0.84 0.37 359.12 0.74 0.36
Hex A0 18 1A 0 55 54 25 167 4A 24
Octal 240 30 32 0 125 124 45 547 112 44
Binary 10100000 11000 11010 0 1010101 1010100 100101 101100111 1001010 100100

Color Harmonies of #A0181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0181A

Black with #A0181A

Text Example


Text Example

White with #A0181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0181A; }

 p { color: rgb(160,24,26); }

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

background-color css

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

 a { background-color: rgb(160,24,26); }

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

border-color css

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

 span { border-color: rgb(160,24,26); }

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