Html Css Color HEX #A3111D Carmine

📋 copy color: '#A3111D'

red 163 ◦ green 17 ◦ blue 29

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

Shades of Carmine #A3111D

Tints of Carmine #A3111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 77.99%
G = 8.13%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3111D (or 0xA3111D) is known color: Carmine. HEX triplet: A3, 11 and 1D. RGB value is (163,17,29). Sum of RGB (Red+Green+Blue) = 163+17+29=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3111D is #5CEEE2. Grayscale: #3E3E3E. Windows color (decimal): -6090467 or 1905059. OLE color: 1905059.

HSL color Cylindrical-coordinate representation of color #A3111D: hue angle of 355.07º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3111D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 29 -
CMYK 0 0.90 0.82 0.36
HSL 355.07º 0.81% 0.35% -
HSV(B) 355.07º 0.9% 0.64% -
XYZ 15.53 8.28 1.94 -
YUV 62.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 163 17 29 0 0.90 0.82 0.36 355.07 0.81 0.35
Hex A3 11 1D 0 5A 52 24 163 51 23
Octal 243 21 35 0 132 122 44 543 121 43
Binary 10100011 10001 11101 0 1011010 1010010 100100 101100011 1010001 100011

Color Harmonies of #A3111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3111D

Black with #A3111D

Text Example


Text Example

White with #A3111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3111D; }

 p { color: rgb(163,17,29); }

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

background-color css

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

 a { background-color: rgb(163,17,29); }

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

border-color css

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

 span { border-color: rgb(163,17,29); }

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