Html Css Color HEX #A0141B Carmine

📋 copy color: '#A0141B'

red 160 ◦ green 20 ◦ blue 27

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

Shades of Carmine #A0141B

Tints of Carmine #A0141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.04%

R = 77.29%
G = 9.66%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0141B (or 0xA0141B) is known color: Carmine. HEX triplet: A0, 14 and 1B. RGB value is (160,20,27). Sum of RGB (Red+Green+Blue) = 160+20+27=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141B is #5FEBE4. Grayscale: #3E3E3E. Windows color (decimal): -6286309 or 1774752. OLE color: 1774752.

HSL color Cylindrical-coordinate representation of color #A0141B: hue angle of 357º 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 #A0141B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 27 -
CMYK 0 0.88 0.83 0.37
HSL 357º 0.78% 0.35% -
HSV(B) 357º 0.88% 0.63% -
XYZ 14.95 8.05 1.8 -
YUV 62.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 160 20 27 0 0.88 0.83 0.37 357 0.78 0.35
Hex A0 14 1B 0 58 53 25 165 4E 23
Octal 240 24 33 0 130 123 45 545 116 43
Binary 10100000 10100 11011 0 1011000 1010011 100101 101100101 1001110 100011

Color Harmonies of #A0141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0141B

Black with #A0141B

Text Example


Text Example

White with #A0141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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