Html Css Color HEX #A0161B Carmine

📋 copy color: '#A0161B'

red 160 ◦ green 22 ◦ blue 27

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

Shades of Carmine #A0161B

Tints of Carmine #A0161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 76.56%
G = 10.53%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0161B (or 0xA0161B) is known color: Carmine. HEX triplet: A0, 16 and 1B. RGB value is (160,22,27). Sum of RGB (Red+Green+Blue) = 160+22+27=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0161B is #5FE9E4. Grayscale: #3F3F3F. Windows color (decimal): -6285797 or 1775264. OLE color: 1775264.

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

Color convert

RGB 160 22 27 -
CMYK 0 0.86 0.83 0.37
HSL 357.83º 0.76% 0.36% -
HSV(B) 357.83º 0.86% 0.63% -
XYZ 14.98 8.13 1.82 -
YUV 63.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 160 22 27 0 0.86 0.83 0.37 357.83 0.76 0.36
Hex A0 16 1B 0 56 53 25 166 4C 24
Octal 240 26 33 0 126 123 45 546 114 44
Binary 10100000 10110 11011 0 1010110 1010011 100101 101100110 1001100 100100

Color Harmonies of #A0161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0161B

Black with #A0161B

Text Example


Text Example

White with #A0161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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