Html Css Color HEX #A0141F Carmine

📋 copy color: '#A0141F'

red 160 ◦ green 20 ◦ blue 31

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

Shades of Carmine #A0141F

Tints of Carmine #A0141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 75.83%
G = 9.48%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0141F (or 0xA0141F) is known color: Carmine. HEX triplet: A0, 14 and 1F. RGB value is (160,20,31). Sum of RGB (Red+Green+Blue) = 160+20+31=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141F is #5FEBE0. Grayscale: #3F3F3F. Windows color (decimal): -6286305 or 2036896. OLE color: 2036896.

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

Color convert

RGB 160 20 31 -
CMYK 0 0.88 0.81 0.37
HSL 355.29º 0.78% 0.35% -
HSV(B) 355.29º 0.88% 0.63% -
XYZ 14.99 8.07 2.06 -
YUV 63.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 160 20 31 0 0.88 0.81 0.37 355.29 0.78 0.35
Hex A0 14 1F 0 58 51 25 163 4E 23
Octal 240 24 37 0 130 121 45 543 116 43
Binary 10100000 10100 11111 0 1011000 1010001 100101 101100011 1001110 100011

Color Harmonies of #A0141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0141F

Black with #A0141F

Text Example


Text Example

White with #A0141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0141F; }

 p { color: rgb(160,20,31); }

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

background-color css

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

 a { background-color: rgb(160,20,31); }

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

border-color css

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

 span { border-color: rgb(160,20,31); }

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