Html Css Color HEX #A20310 Carmine

📋 copy color: '#A20310'

red 162 ◦ green 3 ◦ blue 16

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

Shades of Carmine #A20310

Tints of Carmine #A20310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 89.5%
G = 1.66%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20310 (or 0xA20310) is known color: Carmine. HEX triplet: A2, 03 and 10. RGB value is (162,3,16). Sum of RGB (Red+Green+Blue) = 162+3+16=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20310 is #5DFCEF. Grayscale: #343434. Windows color (decimal): -6159600 or 1049506. OLE color: 1049506.

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

Color convert

RGB 162 3 16 -
CMYK 0 0.98 0.90 0.36
HSL 355.09º 0.96% 0.32% -
HSV(B) 355.09º 0.98% 0.64% -
XYZ 15.03 7.78 1.2 -
YUV 52.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 162 3 16 0 0.98 0.90 0.36 355.09 0.96 0.32
Hex A2 3 10 0 62 5A 24 163 60 20
Octal 242 3 20 0 142 132 44 543 140 40
Binary 10100010 11 10000 0 1100010 1011010 100100 101100011 1100000 100000

Color Harmonies of #A20310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20310

Black with #A20310

Text Example


Text Example

White with #A20310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20310; }

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

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

background-color css

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

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

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

border-color css

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

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

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