Html Css Color HEX #A2023A Carmine

📋 copy color: '#A2023A'

red 162 ◦ green 2 ◦ blue 58

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

Shades of Carmine #A2023A

Tints of Carmine #A2023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 72.97%
G = 0.9%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2023A (or 0xA2023A) is known color: Carmine. HEX triplet: A2, 02 and 3A. RGB value is (162,2,58). Sum of RGB (Red+Green+Blue) = 162+2+58=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2023A is #5DFDC5. Grayscale: #383838. Windows color (decimal): -6159814 or 3801762. OLE color: 3801762.

HSL color Cylindrical-coordinate representation of color #A2023A: hue angle of 339º degrees, saturation: 0.98, 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 #A2023A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 58 -
CMYK 0 0.99 0.64 0.36
HSL 339º 0.98% 0.32% -
HSV(B) 339º 0.99% 0.64% -
XYZ 15.69 8.03 4.73 -
YUV 56.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 162 2 58 0 0.99 0.64 0.36 339 0.98 0.32
Hex A2 2 3A 0 63 40 24 153 62 20
Octal 242 2 72 0 143 100 44 523 142 40
Binary 10100010 10 111010 0 1100011 1000000 100100 101010011 1100010 100000

Color Harmonies of #A2023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2023A

Black with #A2023A

Text Example


Text Example

White with #A2023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2023A; }

 p { color: rgb(162,2,58); }

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

background-color css

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

 a { background-color: rgb(162,2,58); }

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

border-color css

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

 span { border-color: rgb(162,2,58); }

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