Html Css Color HEX #A4022D Carmine

📋 copy color: '#A4022D'

red 164 ◦ green 2 ◦ blue 45

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

Shades of Carmine #A4022D

Tints of Carmine #A4022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 77.73%
G = 0.95%
B = 21.33%

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

#A4022D (or 0xA4022D) is known color: Carmine. HEX triplet: A4, 02 and 2D. RGB value is (164,2,45). Sum of RGB (Red+Green+Blue) = 164+2+45=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A4022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4022D is #5BFDD2. Grayscale: #373737. Windows color (decimal): -6028755 or 2949796. OLE color: 2949796.

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

Color convert

RGB 164 2 45 -
CMYK 0 0.99 0.73 0.36
HSL 344.07º 0.98% 0.33% -
HSV(B) 344.07º 0.99% 0.64% -
XYZ 15.81 8.13 3.22 -
YUV 55.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 164 2 45 0 0.99 0.73 0.36 344.07 0.98 0.33
Hex A4 2 2D 0 63 49 24 158 62 21
Octal 244 2 55 0 143 111 44 530 142 41
Binary 10100100 10 101101 0 1100011 1001001 100100 101011000 1100010 100001

Color Harmonies of #A4022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4022D

Black with #A4022D

Text Example


Text Example

White with #A4022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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