Html Css Color HEX #A31223 Carmine

📋 copy color: '#A31223'

red 163 ◦ green 18 ◦ blue 35

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

Shades of Carmine #A31223

Tints of Carmine #A31223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 75.46%
G = 8.33%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A31223 (or 0xA31223) is known color: Carmine. HEX triplet: A3, 12 and 23. RGB value is (163,18,35). Sum of RGB (Red+Green+Blue) = 163+18+35=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A31223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31223 is #5CEDDC. Grayscale: #3F3F3F. Windows color (decimal): -6090205 or 2298531. OLE color: 2298531.

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

Color convert

RGB 163 18 35 -
CMYK 0 0.89 0.79 0.36
HSL 352.97º 0.8% 0.35% -
HSV(B) 352.97º 0.89% 0.64% -
XYZ 15.62 8.34 2.38 -
YUV 63.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 163 18 35 0 0.89 0.79 0.36 352.97 0.8 0.35
Hex A3 12 23 0 59 4F 24 161 50 23
Octal 243 22 43 0 131 117 44 541 120 43
Binary 10100011 10010 100011 0 1011001 1001111 100100 101100001 1010000 100011

Color Harmonies of #A31223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31223

Black with #A31223

Text Example


Text Example

White with #A31223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31223; }

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

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

background-color css

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

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

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

border-color css

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

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

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