Html Css Color HEX #A20326 Carmine

📋 copy color: '#A20326'

red 162 ◦ green 3 ◦ blue 38

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

Shades of Carmine #A20326

Tints of Carmine #A20326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 79.8%
G = 1.48%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20326 (or 0xA20326) is known color: Carmine. HEX triplet: A2, 03 and 26. RGB value is (162,3,38). Sum of RGB (Red+Green+Blue) = 162+3+38=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20326 is #5DFCD9. Grayscale: #363636. Windows color (decimal): -6159578 or 2491298. OLE color: 2491298.

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

Color convert

RGB 162 3 38 -
CMYK 0 0.98 0.77 0.36
HSL 346.79º 0.96% 0.32% -
HSV(B) 346.79º 0.98% 0.64% -
XYZ 15.28 7.89 2.55 -
YUV 54.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 162 3 38 0 0.98 0.77 0.36 346.79 0.96 0.32
Hex A2 3 26 0 62 4D 24 15B 60 20
Octal 242 3 46 0 142 115 44 533 140 40
Binary 10100010 11 100110 0 1100010 1001101 100100 101011011 1100000 100000

Color Harmonies of #A20326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20326

Black with #A20326

Text Example


Text Example

White with #A20326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20326; }

 p { color: rgb(162,3,38); }

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

background-color css

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

 a { background-color: rgb(162,3,38); }

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

border-color css

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

 span { border-color: rgb(162,3,38); }

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