Html Css Color HEX #A40419 Carmine

📋 copy color: '#A40419'

red 164 ◦ green 4 ◦ blue 25

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

Shades of Carmine #A40419

Tints of Carmine #A40419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 84.97%
G = 2.07%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A40419 (or 0xA40419) is known color: Carmine. HEX triplet: A4, 04 and 19. RGB value is (164,4,25). Sum of RGB (Red+Green+Blue) = 164+4+25=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A40419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40419 is #5BFBE6. Grayscale: #363636. Windows color (decimal): -6028263 or 1639588. OLE color: 1639588.

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

Color convert

RGB 164 4 25 -
CMYK 0 0.98 0.85 0.36
HSL 352.13º 0.95% 0.33% -
HSV(B) 352.13º 0.98% 0.64% -
XYZ 15.53 8.05 1.65 -
YUV 54.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 164 4 25 0 0.98 0.85 0.36 352.13 0.95 0.33
Hex A4 4 19 0 62 55 24 160 5F 21
Octal 244 4 31 0 142 125 44 540 137 41
Binary 10100100 100 11001 0 1100010 1010101 100100 101100000 1011111 100001

Color Harmonies of #A40419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40419

Black with #A40419

Text Example


Text Example

White with #A40419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40419; }

 p { color: rgb(164,4,25); }

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

background-color css

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

 a { background-color: rgb(164,4,25); }

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

border-color css

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

 span { border-color: rgb(164,4,25); }

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