Html Css Color HEX #A31326 Carmine

📋 copy color: '#A31326'

red 163 ◦ green 19 ◦ blue 38

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

Shades of Carmine #A31326

Tints of Carmine #A31326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 74.09%
G = 8.64%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A31326 (or 0xA31326) is known color: Carmine. HEX triplet: A3, 13 and 26. RGB value is (163,19,38). Sum of RGB (Red+Green+Blue) = 163+19+38=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A31326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31326 is #5CECD9. Grayscale: #404040. Windows color (decimal): -6089946 or 2495395. OLE color: 2495395.

HSL color Cylindrical-coordinate representation of color #A31326: hue angle of 352.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31326 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 38 -
CMYK 0 0.88 0.77 0.36
HSL 352.08º 0.79% 0.36% -
HSV(B) 352.08º 0.88% 0.64% -
XYZ 15.69 8.39 2.63 -
YUV 64.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 163 19 38 0 0.88 0.77 0.36 352.08 0.79 0.36
Hex A3 13 26 0 58 4D 24 160 4F 24
Octal 243 23 46 0 130 115 44 540 117 44
Binary 10100011 10011 100110 0 1011000 1001101 100100 101100000 1001111 100100

Color Harmonies of #A31326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31326

Black with #A31326

Text Example


Text Example

White with #A31326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31326; }

 p { color: rgb(163,19,38); }

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

background-color css

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

 a { background-color: rgb(163,19,38); }

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

border-color css

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

 span { border-color: rgb(163,19,38); }

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