Html Css Color HEX #A00210 Carmine

📋 copy color: '#A00210'

red 160 ◦ green 2 ◦ blue 16

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

Shades of Carmine #A00210

Tints of Carmine #A00210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 89.89%
G = 1.12%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A00210 (or 0xA00210) is known color: Carmine. HEX triplet: A0, 02 and 10. RGB value is (160,2,16). Sum of RGB (Red+Green+Blue) = 160+2+16=178 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.89% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 160 - color contains mainly: red. Hex color #A00210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00210 is #5FFDEF. Grayscale: #323232. Windows color (decimal): -6290928 or 1049248. OLE color: 1049248.

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

Color convert

RGB 160 2 16 -
CMYK 0 0.99 0.9 0.37
HSL 354.68º 0.98% 0.32% -
HSV(B) 354.68º 0.99% 0.63% -
XYZ 14.61 7.55 1.18 -
YUV 50.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 160 2 16 0 0.99 0.9 0.37 354.68 0.98 0.32
Hex A0 2 10 0 63 5A 25 163 62 20
Octal 240 2 20 0 143 132 45 543 142 40
Binary 10100000 10 10000 0 1100011 1011010 100101 101100011 1100010 100000

Color Harmonies of #A00210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00210

Black with #A00210

Text Example


Text Example

White with #A00210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00210; }

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

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

background-color css

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

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

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

border-color css

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

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

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