Html Css Color HEX #A0041E Carmine

📋 copy color: '#A0041E'

red 160 ◦ green 4 ◦ blue 30

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

Shades of Carmine #A0041E

Tints of Carmine #A0041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

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

R = 82.47%
G = 2.06%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0041E (or 0xA0041E) is known color: Carmine. HEX triplet: A0, 04 and 1E. RGB value is (160,4,30). Sum of RGB (Red+Green+Blue) = 160+4+30=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A0041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0041E is #5FFBE1. Grayscale: #353535. Windows color (decimal): -6290402 or 1967264. OLE color: 1967264.

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

Color convert

RGB 160 4 30 -
CMYK 0 0.98 0.81 0.37
HSL 350º 0.95% 0.32% -
HSV(B) 350º 0.98% 0.63% -
XYZ 14.77 7.65 1.93 -
YUV 53.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 160 4 30 0 0.98 0.81 0.37 350 0.95 0.32
Hex A0 4 1E 0 62 51 25 15E 5F 20
Octal 240 4 36 0 142 121 45 536 137 40
Binary 10100000 100 11110 0 1100010 1010001 100101 101011110 1011111 100000

Color Harmonies of #A0041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0041E

Black with #A0041E

Text Example


Text Example

White with #A0041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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