Html Css Color HEX #A20121 Carmine

📋 copy color: '#A20121'

red 162 ◦ green 1 ◦ blue 33

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

Shades of Carmine #A20121

Tints of Carmine #A20121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 82.65%
G = 0.51%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20121 (or 0xA20121) is known color: Carmine. HEX triplet: A2, 01 and 21. RGB value is (162,1,33). Sum of RGB (Red+Green+Blue) = 162+1+33=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A20121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20121 is #5DFEDE. Grayscale: #343434. Windows color (decimal): -6160095 or 2163106. OLE color: 2163106.

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

Color convert

RGB 162 1 33 -
CMYK 0 0.99 0.80 0.36
HSL 348.07º 0.99% 0.32% -
HSV(B) 348.07º 0.99% 0.64% -
XYZ 15.19 7.81 2.15 -
YUV 52.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 162 1 33 0 0.99 0.80 0.36 348.07 0.99 0.32
Hex A2 1 21 0 63 50 24 15C 63 20
Octal 242 1 41 0 143 120 44 534 143 40
Binary 10100010 1 100001 0 1100011 1010000 100100 101011100 1100011 100000

Color Harmonies of #A20121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20121

Black with #A20121

Text Example


Text Example

White with #A20121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20121; }

 p { color: rgb(162,1,33); }

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

background-color css

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

 a { background-color: rgb(162,1,33); }

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

border-color css

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

 span { border-color: rgb(162,1,33); }

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