Html Css Color HEX #A3111F Carmine

📋 copy color: '#A3111F'

red 163 ◦ green 17 ◦ blue 31

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

Shades of Carmine #A3111F

Tints of Carmine #A3111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 77.25%
G = 8.06%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3111F (or 0xA3111F) is known color: Carmine. HEX triplet: A3, 11 and 1F. RGB value is (163,17,31). Sum of RGB (Red+Green+Blue) = 163+17+31=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3111F is #5CEEE0. Grayscale: #3E3E3E. Windows color (decimal): -6090465 or 2036131. OLE color: 2036131.

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

Color convert

RGB 163 17 31 -
CMYK 0 0.90 0.81 0.36
HSL 354.25º 0.81% 0.35% -
HSV(B) 354.25º 0.9% 0.64% -
XYZ 15.55 8.29 2.08 -
YUV 62.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 163 17 31 0 0.90 0.81 0.36 354.25 0.81 0.35
Hex A3 11 1F 0 5A 51 24 162 51 23
Octal 243 21 37 0 132 121 44 542 121 43
Binary 10100011 10001 11111 0 1011010 1010001 100100 101100010 1010001 100011

Color Harmonies of #A3111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3111F

Black with #A3111F

Text Example


Text Example

White with #A3111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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