Html Css Color HEX #A41028 Carmine

📋 copy color: '#A41028'

red 164 ◦ green 16 ◦ blue 40

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

Shades of Carmine #A41028

Tints of Carmine #A41028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 74.55%
G = 7.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A41028 (or 0xA41028) is known color: Carmine. HEX triplet: A4, 10 and 28. RGB value is (164,16,40). Sum of RGB (Red+Green+Blue) = 164+16+40=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A41028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41028 is #5BEFD7. Grayscale: #3F3F3F. Windows color (decimal): -6025176 or 2625700. OLE color: 2625700.

HSL color Cylindrical-coordinate representation of color #A41028: hue angle of 350.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41028 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 40 -
CMYK 0 0.90 0.76 0.36
HSL 350.27º 0.82% 0.35% -
HSV(B) 350.27º 0.9% 0.64% -
XYZ 15.88 8.42 2.8 -
YUV 62.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 164 16 40 0 0.90 0.76 0.36 350.27 0.82 0.35
Hex A4 10 28 0 5A 4C 24 15E 52 23
Octal 244 20 50 0 132 114 44 536 122 43
Binary 10100100 10000 101000 0 1011010 1001100 100100 101011110 1010010 100011

Color Harmonies of #A41028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41028

Black with #A41028

Text Example


Text Example

White with #A41028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41028; }

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

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

background-color css

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

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

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

border-color css

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

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

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