Html Css Color HEX #A3003A Carmine

📋 copy color: '#A3003A'

red 163 ◦ green 0 ◦ blue 58

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

Shades of Carmine #A3003A

Tints of Carmine #A3003A

RGB

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

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

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

R = 73.76%
G = 0%
B = 26.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3003A (or 0xA3003A) is known color: Carmine. HEX triplet: A3, 00 and 3A. RGB value is (163,0,58). Sum of RGB (Red+Green+Blue) = 163+0+58=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A3003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3003A is #5CFFC5. Grayscale: #373737. Windows color (decimal): -6094790 or 3801251. OLE color: 3801251.

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

Color convert

RGB 163 0 58 -
CMYK 0 1 0.64 0.36
HSL 338.65º 1% 0.32% -
HSV(B) 338.65º 1% 0.64% -
XYZ 15.87 8.09 4.73 -
YUV 55.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 163 0 58 0 1 0.64 0.36 338.65 1 0.32
Hex A3 0 3A 0 64 40 24 153 64 20
Octal 243 0 72 0 144 100 44 523 144 40
Binary 10100011 0 111010 0 1100100 1000000 100100 101010011 1100100 100000

Color Harmonies of #A3003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3003A

Black with #A3003A

Text Example


Text Example

White with #A3003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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