Html Css Color HEX #A20010 Carmine

📋 copy color: '#A20010'

red 162 ◦ green 0 ◦ blue 16

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

Shades of Carmine #A20010

Tints of Carmine #A20010

RGB

 RED value IS 162 (63.67% from 255) = 91.01%

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

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

R = 91.01%
G = 0%
B = 8.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20010 (or 0xA20010) is known color: Carmine. HEX triplet: A2, 00 and 10. RGB value is (162,0,16). Sum of RGB (Red+Green+Blue) = 162+0+16=178 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.01% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 162 - color contains mainly: red. Hex color #A20010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20010 is #5DFFEF. Grayscale: #323232. Windows color (decimal): -6160368 or 1048738. OLE color: 1048738.

HSL color Cylindrical-coordinate representation of color #A20010: hue angle of 354.07º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20010 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 16 -
CMYK 0 1 0.90 0.36
HSL 354.07º 1% 0.32% -
HSV(B) 354.07º 1% 0.64% -
XYZ 14.99 7.72 1.19 -
YUV 50.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 162 0 16 0 1 0.90 0.36 354.07 1 0.32
Hex A2 0 10 0 64 5A 24 162 64 20
Octal 242 0 20 0 144 132 44 542 144 40
Binary 10100010 0 10000 0 1100100 1011010 100100 101100010 1100100 100000

Color Harmonies of #A20010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20010

Black with #A20010

Text Example


Text Example

White with #A20010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20010; }

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

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

background-color css

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

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

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

border-color css

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

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

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