Html Css Color HEX #A20023 Carmine

📋 copy color: '#A20023'

red 162 ◦ green 0 ◦ blue 35

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

Shades of Carmine #A20023

Tints of Carmine #A20023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 82.23%
G = 0%
B = 17.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20023 (or 0xA20023) is known color: Carmine. HEX triplet: A2, 00 and 23. RGB value is (162,0,35). Sum of RGB (Red+Green+Blue) = 162+0+35=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A20023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20023 is #5DFFDC. Grayscale: #343434. Windows color (decimal): -6160349 or 2293922. OLE color: 2293922.

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

Color convert

RGB 162 0 35 -
CMYK 0 1 0.78 0.36
HSL 347.04º 1% 0.32% -
HSV(B) 347.04º 1% 0.64% -
XYZ 15.2 7.8 2.29 -
YUV 52.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 162 0 35 0 1 0.78 0.36 347.04 1 0.32
Hex A2 0 23 0 64 4E 24 15B 64 20
Octal 242 0 43 0 144 116 44 533 144 40
Binary 10100010 0 100011 0 1100100 1001110 100100 101011011 1100100 100000

Color Harmonies of #A20023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20023

Black with #A20023

Text Example


Text Example

White with #A20023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20023; }

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

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

background-color css

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

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

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

border-color css

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

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

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