Html Css Color HEX #A00010 Carmine

📋 copy color: '#A00010'

red 160 ◦ green 0 ◦ blue 16

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

Shades of Carmine #A00010

Tints of Carmine #A00010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A00010 (or 0xA00010) is known color: Carmine. HEX triplet: A0, 00 and 10. RGB value is (160,0,16). Sum of RGB (Red+Green+Blue) = 160+0+16=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A00010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00010 is #5FFFEF. Grayscale: #313131. Windows color (decimal): -6291440 or 1048736. OLE color: 1048736.

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

Color convert

RGB 160 0 16 -
CMYK 0 1 0.9 0.37
HSL 354º 1% 0.31% -
HSV(B) 354º 1% 0.63% -
XYZ 14.59 7.51 1.17 -
YUV 49.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 160 0 16 0 1 0.9 0.37 354 1 0.31
Hex A0 0 10 0 64 5A 25 162 64 1F
Octal 240 0 20 0 144 132 45 542 144 37
Binary 10100000 0 10000 0 1100100 1011010 100101 101100010 1100100 11111

Color Harmonies of #A00010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00010

Black with #A00010

Text Example


Text Example

White with #A00010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00010; }

 p { color: rgb(160,0,16); }

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

background-color css

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

 a { background-color: rgb(160,0,16); }

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

border-color css

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

 span { border-color: rgb(160,0,16); }

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