Html Css Color HEX #A31322 Carmine

📋 copy color: '#A31322'

red 163 ◦ green 19 ◦ blue 34

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

Shades of Carmine #A31322

Tints of Carmine #A31322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 75.46%
G = 8.8%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A31322 (or 0xA31322) is known color: Carmine. HEX triplet: A3, 13 and 22. RGB value is (163,19,34). Sum of RGB (Red+Green+Blue) = 163+19+34=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A31322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31322 is #5CECDD. Grayscale: #3F3F3F. Windows color (decimal): -6089950 or 2233251. OLE color: 2233251.

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

Color convert

RGB 163 19 34 -
CMYK 0 0.88 0.79 0.36
HSL 353.75º 0.79% 0.36% -
HSV(B) 353.75º 0.88% 0.64% -
XYZ 15.63 8.37 2.3 -
YUV 63.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 163 19 34 0 0.88 0.79 0.36 353.75 0.79 0.36
Hex A3 13 22 0 58 4F 24 162 4F 24
Octal 243 23 42 0 130 117 44 542 117 44
Binary 10100011 10011 100010 0 1011000 1001111 100100 101100010 1001111 100100

Color Harmonies of #A31322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31322

Black with #A31322

Text Example


Text Example

White with #A31322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31322; }

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

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

background-color css

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

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

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

border-color css

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

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

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