Html Css Color HEX #A3013A Carmine

📋 copy color: '#A3013A'

red 163 ◦ green 1 ◦ blue 58

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

Shades of Carmine #A3013A

Tints of Carmine #A3013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 73.42%
G = 0.45%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3013A (or 0xA3013A) is known color: Carmine. HEX triplet: A3, 01 and 3A. RGB value is (163,1,58). Sum of RGB (Red+Green+Blue) = 163+1+58=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A3013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3013A is #5CFEC5. Grayscale: #373737. Windows color (decimal): -6094534 or 3801507. OLE color: 3801507.

HSL color Cylindrical-coordinate representation of color #A3013A: hue angle of 338.89º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3013A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 58 -
CMYK 0 0.99 0.64 0.36
HSL 338.89º 0.99% 0.32% -
HSV(B) 338.89º 0.99% 0.64% -
XYZ 15.88 8.11 4.73 -
YUV 55.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 163 1 58 0 0.99 0.64 0.36 338.89 0.99 0.32
Hex A3 1 3A 0 63 40 24 153 63 20
Octal 243 1 72 0 143 100 44 523 143 40
Binary 10100011 1 111010 0 1100011 1000000 100100 101010011 1100011 100000

Color Harmonies of #A3013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3013A

Black with #A3013A

Text Example


Text Example

White with #A3013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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