Html Css Color HEX #A0051E Carmine

📋 copy color: '#A0051E'

red 160 ◦ green 5 ◦ blue 30

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

Shades of Carmine #A0051E

Tints of Carmine #A0051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 82.05%
G = 2.56%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0051E (or 0xA0051E) is known color: Carmine. HEX triplet: A0, 05 and 1E. RGB value is (160,5,30). Sum of RGB (Red+Green+Blue) = 160+5+30=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A0051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0051E is #5FFAE1. Grayscale: #363636. Windows color (decimal): -6290146 or 1967520. OLE color: 1967520.

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

Color convert

RGB 160 5 30 -
CMYK 0 0.97 0.81 0.37
HSL 350.32º 0.94% 0.32% -
HSV(B) 350.32º 0.97% 0.63% -
XYZ 14.79 7.68 1.93 -
YUV 54.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 160 5 30 0 0.97 0.81 0.37 350.32 0.94 0.32
Hex A0 5 1E 0 61 51 25 15E 5E 20
Octal 240 5 36 0 141 121 45 536 136 40
Binary 10100000 101 11110 0 1100001 1010001 100101 101011110 1011110 100000

Color Harmonies of #A0051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0051E

Black with #A0051E

Text Example


Text Example

White with #A0051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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