Html Css Color HEX #A4021C Carmine

📋 copy color: '#A4021C'

red 164 ◦ green 2 ◦ blue 28

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

Shades of Carmine #A4021C

Tints of Carmine #A4021C

RGB

 RED value IS 164 (64.45% from 255) = 84.54%

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 84.54%
G = 1.03%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4021C (or 0xA4021C) is known color: Carmine. HEX triplet: A4, 02 and 1C. RGB value is (164,2,28). Sum of RGB (Red+Green+Blue) = 164+2+28=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A4021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4021C is #5BFDE3. Grayscale: #353535. Windows color (decimal): -6028772 or 1835684. OLE color: 1835684.

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

Color convert

RGB 164 2 28 -
CMYK 0 0.99 0.83 0.36
HSL 350.37º 0.98% 0.33% -
HSV(B) 350.37º 0.99% 0.64% -
XYZ 15.54 8.02 1.83 -
YUV 53.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 164 2 28 0 0.99 0.83 0.36 350.37 0.98 0.33
Hex A4 2 1C 0 63 53 24 15E 62 21
Octal 244 2 34 0 143 123 44 536 142 41
Binary 10100100 10 11100 0 1100011 1010011 100100 101011110 1100010 100001

Color Harmonies of #A4021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4021C

Black with #A4021C

Text Example


Text Example

White with #A4021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4021C; }

 p { color: rgb(164,2,28); }

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

background-color css

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

 a { background-color: rgb(164,2,28); }

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

border-color css

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

 span { border-color: rgb(164,2,28); }

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