Html Css Color HEX #A21022 Carmine

📋 copy color: '#A21022'

red 162 ◦ green 16 ◦ blue 34

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

Shades of Carmine #A21022

Tints of Carmine #A21022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 76.42%
G = 7.55%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A21022 (or 0xA21022) is known color: Carmine. HEX triplet: A2, 10 and 22. RGB value is (162,16,34). Sum of RGB (Red+Green+Blue) = 162+16+34=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A21022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21022 is #5DEFDD. Grayscale: #3D3D3D. Windows color (decimal): -6156254 or 2232482. OLE color: 2232482.

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

Color convert

RGB 162 16 34 -
CMYK 0 0.90 0.79 0.36
HSL 352.6º 0.82% 0.35% -
HSV(B) 352.6º 0.9% 0.64% -
XYZ 15.37 8.17 2.28 -
YUV 61.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 162 16 34 0 0.90 0.79 0.36 352.6 0.82 0.35
Hex A2 10 22 0 5A 4F 24 161 52 23
Octal 242 20 42 0 132 117 44 541 122 43
Binary 10100010 10000 100010 0 1011010 1001111 100100 101100001 1010010 100011

Color Harmonies of #A21022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21022

Black with #A21022

Text Example


Text Example

White with #A21022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21022; }

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

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

background-color css

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

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

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

border-color css

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

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

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