Html Css Color HEX #A0051B Carmine

📋 copy color: '#A0051B'

red 160 ◦ green 5 ◦ blue 27

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

Shades of Carmine #A0051B

Tints of Carmine #A0051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 83.33%
G = 2.6%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0051B (or 0xA0051B) is known color: Carmine. HEX triplet: A0, 05 and 1B. RGB value is (160,5,27). Sum of RGB (Red+Green+Blue) = 160+5+27=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0051B is #5FFAE4. Grayscale: #353535. Windows color (decimal): -6290149 or 1770912. OLE color: 1770912.

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

Color convert

RGB 160 5 27 -
CMYK 0 0.97 0.83 0.37
HSL 351.48º 0.94% 0.32% -
HSV(B) 351.48º 0.97% 0.63% -
XYZ 14.75 7.66 1.74 -
YUV 53.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 160 5 27 0 0.97 0.83 0.37 351.48 0.94 0.32
Hex A0 5 1B 0 61 53 25 15F 5E 20
Octal 240 5 33 0 141 123 45 537 136 40
Binary 10100000 101 11011 0 1100001 1010011 100101 101011111 1011110 100000

Color Harmonies of #A0051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0051B

Black with #A0051B

Text Example


Text Example

White with #A0051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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