Html Css Color HEX #A20328 Carmine

📋 copy color: '#A20328'

red 162 ◦ green 3 ◦ blue 40

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

Shades of Carmine #A20328

Tints of Carmine #A20328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 79.02%
G = 1.46%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20328 (or 0xA20328) is known color: Carmine. HEX triplet: A2, 03 and 28. RGB value is (162,3,40). Sum of RGB (Red+Green+Blue) = 162+3+40=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20328 is #5DFCD7. Grayscale: #363636. Windows color (decimal): -6159576 or 2622370. OLE color: 2622370.

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

Color convert

RGB 162 3 40 -
CMYK 0 0.98 0.75 0.36
HSL 346.04º 0.96% 0.32% -
HSV(B) 346.04º 0.98% 0.64% -
XYZ 15.32 7.9 2.73 -
YUV 54.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 162 3 40 0 0.98 0.75 0.36 346.04 0.96 0.32
Hex A2 3 28 0 62 4B 24 15A 60 20
Octal 242 3 50 0 142 113 44 532 140 40
Binary 10100010 11 101000 0 1100010 1001011 100100 101011010 1100000 100000

Color Harmonies of #A20328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20328

Black with #A20328

Text Example


Text Example

White with #A20328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20328; }

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

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

background-color css

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

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

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

border-color css

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

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

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