Html Css Color HEX #A31123 Carmine

📋 copy color: '#A31123'

red 163 ◦ green 17 ◦ blue 35

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

Shades of Carmine #A31123

Tints of Carmine #A31123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 75.81%
G = 7.91%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A31123 (or 0xA31123) is known color: Carmine. HEX triplet: A3, 11 and 23. RGB value is (163,17,35). Sum of RGB (Red+Green+Blue) = 163+17+35=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A31123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31123 is #5CEEDC. Grayscale: #3E3E3E. Windows color (decimal): -6090461 or 2298275. OLE color: 2298275.

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

Color convert

RGB 163 17 35 -
CMYK 0 0.90 0.79 0.36
HSL 352.6º 0.81% 0.35% -
HSV(B) 352.6º 0.9% 0.64% -
XYZ 15.61 8.31 2.37 -
YUV 62.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 163 17 35 0 0.90 0.79 0.36 352.6 0.81 0.35
Hex A3 11 23 0 5A 4F 24 161 51 23
Octal 243 21 43 0 132 117 44 541 121 43
Binary 10100011 10001 100011 0 1011010 1001111 100100 101100001 1010001 100011

Color Harmonies of #A31123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31123

Black with #A31123

Text Example


Text Example

White with #A31123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31123; }

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

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

background-color css

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

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

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

border-color css

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

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

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