Html Css Color HEX #A51223 Carmine

📋 copy color: '#A51223'

red 165 ◦ green 18 ◦ blue 35

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

Shades of Carmine #A51223

Tints of Carmine #A51223

RGB

 RED value IS 165 (64.84% from 255) = 75.69%

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

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

R = 75.69%
G = 8.26%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A51223 (or 0xA51223) is known color: Carmine. HEX triplet: A5, 12 and 23. RGB value is (165,18,35). Sum of RGB (Red+Green+Blue) = 165+18+35=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A51223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51223 is #5AEDDC. Grayscale: #3F3F3F. Windows color (decimal): -5959133 or 2298533. OLE color: 2298533.

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

Color convert

RGB 165 18 35 -
CMYK 0 0.89 0.79 0.35
HSL 353.06º 0.8% 0.36% -
HSV(B) 353.06º 0.89% 0.65% -
XYZ 16.04 8.55 2.4 -
YUV 63.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 165 18 35 0 0.89 0.79 0.35 353.06 0.8 0.36
Hex A5 12 23 0 59 4F 23 161 50 24
Octal 245 22 43 0 131 117 43 541 120 44
Binary 10100101 10010 100011 0 1011001 1001111 100011 101100001 1010000 100100

Color Harmonies of #A51223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51223

Black with #A51223

Text Example


Text Example

White with #A51223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51223; }

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

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

background-color css

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

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

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

border-color css

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

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

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