Html Css Color HEX #A21328 Carmine

📋 copy color: '#A21328'

red 162 ◦ green 19 ◦ blue 40

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

Shades of Carmine #A21328

Tints of Carmine #A21328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 73.3%
G = 8.6%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A21328 (or 0xA21328) is known color: Carmine. HEX triplet: A2, 13 and 28. RGB value is (162,19,40). Sum of RGB (Red+Green+Blue) = 162+19+40=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A21328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21328 is #5DECD7. Grayscale: #404040. Windows color (decimal): -6155480 or 2626466. OLE color: 2626466.

HSL color Cylindrical-coordinate representation of color #A21328: hue angle of 351.19º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21328 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 40 -
CMYK 0 0.88 0.75 0.36
HSL 351.19º 0.79% 0.35% -
HSV(B) 351.19º 0.88% 0.64% -
XYZ 15.52 8.3 2.79 -
YUV 64.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 162 19 40 0 0.88 0.75 0.36 351.19 0.79 0.35
Hex A2 13 28 0 58 4B 24 15F 4F 23
Octal 242 23 50 0 130 113 44 537 117 43
Binary 10100010 10011 101000 0 1011000 1001011 100100 101011111 1001111 100011

Color Harmonies of #A21328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21328

Black with #A21328

Text Example


Text Example

White with #A21328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21328; }

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

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

background-color css

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

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

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

border-color css

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

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

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