Html Css Color HEX #A31423 Carmine

📋 copy color: '#A31423'

red 163 ◦ green 20 ◦ blue 35

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

Shades of Carmine #A31423

Tints of Carmine #A31423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 74.77%
G = 9.17%
B = 16.06%

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

#A31423 (or 0xA31423) is known color: Carmine. HEX triplet: A3, 14 and 23. RGB value is (163,20,35). Sum of RGB (Red+Green+Blue) = 163+20+35=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A31423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31423 is #5CEBDC. Grayscale: #404040. Windows color (decimal): -6089693 or 2299043. OLE color: 2299043.

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

Color convert

RGB 163 20 35 -
CMYK 0 0.88 0.79 0.36
HSL 353.71º 0.78% 0.36% -
HSV(B) 353.71º 0.88% 0.64% -
XYZ 15.66 8.41 2.39 -
YUV 64.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 163 20 35 0 0.88 0.79 0.36 353.71 0.78 0.36
Hex A3 14 23 0 58 4F 24 162 4E 24
Octal 243 24 43 0 130 117 44 542 116 44
Binary 10100011 10100 100011 0 1011000 1001111 100100 101100010 1001110 100100

Color Harmonies of #A31423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31423

Black with #A31423

Text Example


Text Example

White with #A31423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31423; }

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

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

background-color css

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

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

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

border-color css

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

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

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