Html Css Color HEX #A0042D Carmine

📋 copy color: '#A0042D'

red 160 ◦ green 4 ◦ blue 45

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

Shades of Carmine #A0042D

Tints of Carmine #A0042D

RGB

 RED value IS 160 (62.89% from 255) = 76.56%

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

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 76.56%
G = 1.91%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0042D (or 0xA0042D) is known color: Carmine. HEX triplet: A0, 04 and 2D. RGB value is (160,4,45). Sum of RGB (Red+Green+Blue) = 160+4+45=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0042D is #5FFBD2. Grayscale: #373737. Windows color (decimal): -6290387 or 2950304. OLE color: 2950304.

HSL color Cylindrical-coordinate representation of color #A0042D: hue angle of 344.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0042D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 45 -
CMYK 0 0.98 0.72 0.37
HSL 344.23º 0.95% 0.32% -
HSV(B) 344.23º 0.98% 0.63% -
XYZ 15.01 7.75 3.19 -
YUV 55.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 160 4 45 0 0.98 0.72 0.37 344.23 0.95 0.32
Hex A0 4 2D 0 62 48 25 158 5F 20
Octal 240 4 55 0 142 110 45 530 137 40
Binary 10100000 100 101101 0 1100010 1001000 100101 101011000 1011111 100000

Color Harmonies of #A0042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0042D

Black with #A0042D

Text Example


Text Example

White with #A0042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0042D; }

 p { color: rgb(160,4,45); }

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

background-color css

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

 a { background-color: rgb(160,4,45); }

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

border-color css

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

 span { border-color: rgb(160,4,45); }

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