Html Css Color HEX #A0042B Carmine

📋 copy color: '#A0042B'

red 160 ◦ green 4 ◦ blue 43

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

Shades of Carmine #A0042B

Tints of Carmine #A0042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 77.29%
G = 1.93%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0042B (or 0xA0042B) is known color: Carmine. HEX triplet: A0, 04 and 2B. RGB value is (160,4,43). Sum of RGB (Red+Green+Blue) = 160+4+43=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0042B is #5FFBD4. Grayscale: #373737. Windows color (decimal): -6290389 or 2819232. OLE color: 2819232.

HSL color Cylindrical-coordinate representation of color #A0042B: hue angle of 345º 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 #A0042B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 43 -
CMYK 0 0.98 0.73 0.37
HSL 345º 0.95% 0.32% -
HSV(B) 345º 0.98% 0.63% -
XYZ 14.98 7.73 2.99 -
YUV 55.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 160 4 43 0 0.98 0.73 0.37 345 0.95 0.32
Hex A0 4 2B 0 62 49 25 159 5F 20
Octal 240 4 53 0 142 111 45 531 137 40
Binary 10100000 100 101011 0 1100010 1001001 100101 101011001 1011111 100000

Color Harmonies of #A0042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0042B

Black with #A0042B

Text Example


Text Example

White with #A0042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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