Html Css Color HEX #A20020 Carmine

📋 copy color: '#A20020'

red 162 ◦ green 0 ◦ blue 32

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

Shades of Carmine #A20020

Tints of Carmine #A20020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.49%

R = 83.51%
G = 0%
B = 16.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20020 (or 0xA20020) is known color: Carmine. HEX triplet: A2, 00 and 20. RGB value is (162,0,32). Sum of RGB (Red+Green+Blue) = 162+0+32=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A20020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20020 is #5DFFDF. Grayscale: #343434. Windows color (decimal): -6160352 or 2097314. OLE color: 2097314.

HSL color Cylindrical-coordinate representation of color #A20020: hue angle of 348.15º 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 #A20020 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 32 -
CMYK 0 1 0.80 0.36
HSL 348.15º 1% 0.32% -
HSV(B) 348.15º 1% 0.64% -
XYZ 15.16 7.79 2.07 -
YUV 52.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 162 0 32 0 1 0.80 0.36 348.15 1 0.32
Hex A2 0 20 0 64 50 24 15C 64 20
Octal 242 0 40 0 144 120 44 534 144 40
Binary 10100010 0 100000 0 1100100 1010000 100100 101011100 1100100 100000

Color Harmonies of #A20020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20020

Black with #A20020

Text Example


Text Example

White with #A20020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20020; }

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

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

background-color css

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

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

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

border-color css

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

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

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