Html Css Color HEX #A4022C Carmine

📋 copy color: '#A4022C'

red 164 ◦ green 2 ◦ blue 44

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

Shades of Carmine #A4022C

Tints of Carmine #A4022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 78.1%
G = 0.95%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4022C (or 0xA4022C) is known color: Carmine. HEX triplet: A4, 02 and 2C. RGB value is (164,2,44). Sum of RGB (Red+Green+Blue) = 164+2+44=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A4022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4022C is #5BFDD3. Grayscale: #373737. Windows color (decimal): -6028756 or 2884260. OLE color: 2884260.

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

Color convert

RGB 164 2 44 -
CMYK 0 0.99 0.73 0.36
HSL 344.44º 0.98% 0.33% -
HSV(B) 344.44º 0.99% 0.64% -
XYZ 15.79 8.12 3.12 -
YUV 55.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 164 2 44 0 0.99 0.73 0.36 344.44 0.98 0.33
Hex A4 2 2C 0 63 49 24 158 62 21
Octal 244 2 54 0 143 111 44 530 142 41
Binary 10100100 10 101100 0 1100011 1001001 100100 101011000 1100010 100001

Color Harmonies of #A4022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4022C

Black with #A4022C

Text Example


Text Example

White with #A4022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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