Html Css Color HEX #A40015 Carmine

📋 copy color: '#A40015'

red 164 ◦ green 0 ◦ blue 21

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

Shades of Carmine #A40015

Tints of Carmine #A40015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 88.65%
G = 0%
B = 11.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A40015 (or 0xA40015) is known color: Carmine. HEX triplet: A4, 00 and 15. RGB value is (164,0,21). Sum of RGB (Red+Green+Blue) = 164+0+21=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A40015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40015 is #5BFFEA. Grayscale: #333333. Windows color (decimal): -6029291 or 1376420. OLE color: 1376420.

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

Color convert

RGB 164 0 21 -
CMYK 0 1 0.87 0.36
HSL 352.32º 1% 0.32% -
HSV(B) 352.32º 1% 0.64% -
XYZ 15.45 7.95 1.43 -
YUV 51.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 164 0 21 0 1 0.87 0.36 352.32 1 0.32
Hex A4 0 15 0 64 57 24 160 64 20
Octal 244 0 25 0 144 127 44 540 144 40
Binary 10100100 0 10101 0 1100100 1010111 100100 101100000 1100100 100000

Color Harmonies of #A40015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40015

Black with #A40015

Text Example


Text Example

White with #A40015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40015; }

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

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

background-color css

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

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

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

border-color css

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

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

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