Html Css Color HEX #A00113 Carmine

📋 copy color: '#A00113'

red 160 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A00113

Tints of Carmine #A00113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 88.89%
G = 0.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00113 (or 0xA00113) is known color: Carmine. HEX triplet: A0, 01 and 13. RGB value is (160,1,19). Sum of RGB (Red+Green+Blue) = 160+1+19=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A00113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00113 is #5FFEEC. Grayscale: #323232. Windows color (decimal): -6291181 or 1245600. OLE color: 1245600.

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

Color convert

RGB 160 1 19 -
CMYK 0 0.99 0.88 0.37
HSL 353.21º 0.99% 0.32% -
HSV(B) 353.21º 0.99% 0.63% -
XYZ 14.63 7.54 1.3 -
YUV 50.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 160 1 19 0 0.99 0.88 0.37 353.21 0.99 0.32
Hex A0 1 13 0 63 58 25 161 63 20
Octal 240 1 23 0 143 130 45 541 143 40
Binary 10100000 1 10011 0 1100011 1011000 100101 101100001 1100011 100000

Color Harmonies of #A00113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00113

Black with #A00113

Text Example


Text Example

White with #A00113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00113; }

 p { color: rgb(160,1,19); }

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

background-color css

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

 a { background-color: rgb(160,1,19); }

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

border-color css

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

 span { border-color: rgb(160,1,19); }

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