Html Css Color HEX #A40024 Carmine

📋 copy color: '#A40024'

red 164 ◦ green 0 ◦ blue 36

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

Shades of Carmine #A40024

Tints of Carmine #A40024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 18%

R = 82%
G = 0%
B = 18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A40024 (or 0xA40024) is known color: Carmine. HEX triplet: A4, 00 and 24. RGB value is (164,0,36). Sum of RGB (Red+Green+Blue) = 164+0+36=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A40024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40024 is #5BFFDB. Grayscale: #353535. Windows color (decimal): -6029276 or 2359460. OLE color: 2359460.

HSL color Cylindrical-coordinate representation of color #A40024: hue angle of 346.83º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40024 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 36 -
CMYK 0 1 0.78 0.36
HSL 346.83º 1% 0.32% -
HSV(B) 346.83º 1% 0.64% -
XYZ 15.63 8.02 2.39 -
YUV 53.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 164 0 36 0 1 0.78 0.36 346.83 1 0.32
Hex A4 0 24 0 64 4E 24 15B 64 20
Octal 244 0 44 0 144 116 44 533 144 40
Binary 10100100 0 100100 0 1100100 1001110 100100 101011011 1100100 100000

Color Harmonies of #A40024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40024

Black with #A40024

Text Example


Text Example

White with #A40024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40024; }

 p { color: rgb(164,0,36); }

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

background-color css

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

 a { background-color: rgb(164,0,36); }

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

border-color css

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

 span { border-color: rgb(164,0,36); }

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