Html Css Color HEX #A00216 Carmine

📋 copy color: '#A00216'

red 160 ◦ green 2 ◦ blue 22

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

Shades of Carmine #A00216

Tints of Carmine #A00216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.96%

R = 86.96%
G = 1.09%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00216 (or 0xA00216) is known color: Carmine. HEX triplet: A0, 02 and 16. RGB value is (160,2,22). Sum of RGB (Red+Green+Blue) = 160+2+22=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00216 is #5FFDE9. Grayscale: #333333. Windows color (decimal): -6290922 or 1442464. OLE color: 1442464.

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

Color convert

RGB 160 2 22 -
CMYK 0 0.99 0.86 0.37
HSL 352.41º 0.98% 0.32% -
HSV(B) 352.41º 0.99% 0.63% -
XYZ 14.66 7.57 1.45 -
YUV 51.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 160 2 22 0 0.99 0.86 0.37 352.41 0.98 0.32
Hex A0 2 16 0 63 56 25 160 62 20
Octal 240 2 26 0 143 126 45 540 142 40
Binary 10100000 10 10110 0 1100011 1010110 100101 101100000 1100010 100000

Color Harmonies of #A00216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00216

Black with #A00216

Text Example


Text Example

White with #A00216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00216; }

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

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

background-color css

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

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

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

border-color css

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

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

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