Html Css Color HEX #A3043A Carmine

📋 copy color: '#A3043A'

red 163 ◦ green 4 ◦ blue 58

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

Shades of Carmine #A3043A

Tints of Carmine #A3043A

RGB

 RED value IS 163 (64.06% from 255) = 72.44%

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 72.44%
G = 1.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3043A (or 0xA3043A) is known color: Carmine. HEX triplet: A3, 04 and 3A. RGB value is (163,4,58). Sum of RGB (Red+Green+Blue) = 163+4+58=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3043A is #5CFBC5. Grayscale: #393939. Windows color (decimal): -6093766 or 3802275. OLE color: 3802275.

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

Color convert

RGB 163 4 58 -
CMYK 0 0.98 0.64 0.36
HSL 339.62º 0.95% 0.33% -
HSV(B) 339.62º 0.98% 0.64% -
XYZ 15.91 8.18 4.74 -
YUV 57.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 163 4 58 0 0.98 0.64 0.36 339.62 0.95 0.33
Hex A3 4 3A 0 62 40 24 154 5F 21
Octal 243 4 72 0 142 100 44 524 137 41
Binary 10100011 100 111010 0 1100010 1000000 100100 101010100 1011111 100001

Color Harmonies of #A3043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3043A

Black with #A3043A

Text Example


Text Example

White with #A3043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3043A; }

 p { color: rgb(163,4,58); }

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

background-color css

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

 a { background-color: rgb(163,4,58); }

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

border-color css

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

 span { border-color: rgb(163,4,58); }

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