Html Css Color HEX #A3111C Carmine

📋 copy color: '#A3111C'

red 163 ◦ green 17 ◦ blue 28

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

Shades of Carmine #A3111C

Tints of Carmine #A3111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 78.37%
G = 8.17%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3111C (or 0xA3111C) is known color: Carmine. HEX triplet: A3, 11 and 1C. RGB value is (163,17,28). Sum of RGB (Red+Green+Blue) = 163+17+28=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A3111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3111C is #5CEEE3. Grayscale: #3E3E3E. Windows color (decimal): -6090468 or 1839523. OLE color: 1839523.

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

Color convert

RGB 163 17 28 -
CMYK 0 0.90 0.83 0.36
HSL 355.48º 0.81% 0.35% -
HSV(B) 355.48º 0.9% 0.64% -
XYZ 15.51 8.27 1.88 -
YUV 61.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 163 17 28 0 0.90 0.83 0.36 355.48 0.81 0.35
Hex A3 11 1C 0 5A 53 24 163 51 23
Octal 243 21 34 0 132 123 44 543 121 43
Binary 10100011 10001 11100 0 1011010 1010011 100100 101100011 1010001 100011

Color Harmonies of #A3111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3111C

Black with #A3111C

Text Example


Text Example

White with #A3111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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