Html Css Color HEX #A3012D Carmine

📋 copy color: '#A3012D'

red 163 ◦ green 1 ◦ blue 45

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

Shades of Carmine #A3012D

Tints of Carmine #A3012D

RGB

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

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

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

R = 77.99%
G = 0.48%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3012D (or 0xA3012D) is known color: Carmine. HEX triplet: A3, 01 and 2D. RGB value is (163,1,45). Sum of RGB (Red+Green+Blue) = 163+1+45=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3012D is #5CFED2. Grayscale: #363636. Windows color (decimal): -6094547 or 2949539. OLE color: 2949539.

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

Color convert

RGB 163 1 45 -
CMYK 0 0.99 0.72 0.36
HSL 343.7º 0.99% 0.32% -
HSV(B) 343.7º 0.99% 0.64% -
XYZ 15.59 8 3.2 -
YUV 54.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 163 1 45 0 0.99 0.72 0.36 343.7 0.99 0.32
Hex A3 1 2D 0 63 48 24 158 63 20
Octal 243 1 55 0 143 110 44 530 143 40
Binary 10100011 1 101101 0 1100011 1001000 100100 101011000 1100011 100000

Color Harmonies of #A3012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3012D

Black with #A3012D

Text Example


Text Example

White with #A3012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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