Html Css Color HEX #A00411 Carmine

📋 copy color: '#A00411'

red 160 ◦ green 4 ◦ blue 17

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

Shades of Carmine #A00411

Tints of Carmine #A00411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 88.4%
G = 2.21%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00411 (or 0xA00411) is known color: Carmine. HEX triplet: A0, 04 and 11. RGB value is (160,4,17). Sum of RGB (Red+Green+Blue) = 160+4+17=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00411 is #5FFBEE. Grayscale: #343434. Windows color (decimal): -6290415 or 1115296. OLE color: 1115296.

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

Color convert

RGB 160 4 17 -
CMYK 0 0.98 0.89 0.37
HSL 355º 0.95% 0.32% -
HSV(B) 355º 0.98% 0.63% -
XYZ 14.64 7.6 1.23 -
YUV 52.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 160 4 17 0 0.98 0.89 0.37 355 0.95 0.32
Hex A0 4 11 0 62 59 25 163 5F 20
Octal 240 4 21 0 142 131 45 543 137 40
Binary 10100000 100 10001 0 1100010 1011001 100101 101100011 1011111 100000

Color Harmonies of #A00411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00411

Black with #A00411

Text Example


Text Example

White with #A00411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00411; }

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

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

background-color css

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

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

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

border-color css

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

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

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