Html Css Color HEX #A40228 Carmine

📋 copy color: '#A40228'

red 164 ◦ green 2 ◦ blue 40

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

Shades of Carmine #A40228

Tints of Carmine #A40228

RGB

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

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

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

R = 79.61%
G = 0.97%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A40228 (or 0xA40228) is known color: Carmine. HEX triplet: A4, 02 and 28. RGB value is (164,2,40). Sum of RGB (Red+Green+Blue) = 164+2+40=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A40228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40228 is #5BFDD7. Grayscale: #363636. Windows color (decimal): -6028760 or 2622116. OLE color: 2622116.

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

Color convert

RGB 164 2 40 -
CMYK 0 0.99 0.76 0.36
HSL 345.93º 0.98% 0.33% -
HSV(B) 345.93º 0.99% 0.64% -
XYZ 15.71 8.09 2.74 -
YUV 54.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 164 2 40 0 0.99 0.76 0.36 345.93 0.98 0.33
Hex A4 2 28 0 63 4C 24 15A 62 21
Octal 244 2 50 0 143 114 44 532 142 41
Binary 10100100 10 101000 0 1100011 1001100 100100 101011010 1100010 100001

Color Harmonies of #A40228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40228

Black with #A40228

Text Example


Text Example

White with #A40228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40228; }

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

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

background-color css

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

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

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

border-color css

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

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

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