Html Css Color HEX #A20623 Carmine

📋 copy color: '#A20623'

red 162 ◦ green 6 ◦ blue 35

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

Shades of Carmine #A20623

Tints of Carmine #A20623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

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

R = 79.8%
G = 2.96%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20623 (or 0xA20623) is known color: Carmine. HEX triplet: A2, 06 and 23. RGB value is (162,6,35). Sum of RGB (Red+Green+Blue) = 162+6+35=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20623 is #5DF9DC. Grayscale: #373737. Windows color (decimal): -6158813 or 2295458. OLE color: 2295458.

HSL color Cylindrical-coordinate representation of color #A20623: hue angle of 348.85º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20623 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 6 35 -
CMYK 0 0.96 0.78 0.36
HSL 348.85º 0.93% 0.33% -
HSV(B) 348.85º 0.96% 0.64% -
XYZ 15.27 7.93 2.32 -
YUV 55.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 162 6 35 0 0.96 0.78 0.36 348.85 0.93 0.33
Hex A2 6 23 0 60 4E 24 15D 5D 21
Octal 242 6 43 0 140 116 44 535 135 41
Binary 10100010 110 100011 0 1100000 1001110 100100 101011101 1011101 100001

Color Harmonies of #A20623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20623

Black with #A20623

Text Example


Text Example

White with #A20623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20623; }

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

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

background-color css

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

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

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

border-color css

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

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

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