Html Css Color HEX #A51621 Carmine

📋 copy color: '#A51621'

red 165 ◦ green 22 ◦ blue 33

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

Shades of Carmine #A51621

Tints of Carmine #A51621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

 BLUE value IS 33 (13.28% from 255) = 15%

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A51621 (or 0xA51621) is known color: Carmine. HEX triplet: A5, 16 and 21. RGB value is (165,22,33). Sum of RGB (Red+Green+Blue) = 165+22+33=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A51621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51621 is #5AE9DE. Grayscale: #424242. Windows color (decimal): -5958111 or 2168485. OLE color: 2168485.

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

Color convert

RGB 165 22 33 -
CMYK 0 0.87 0.8 0.35
HSL 355.38º 0.76% 0.37% -
HSV(B) 355.38º 0.87% 0.65% -
XYZ 16.08 8.68 2.27 -
YUV 66.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 165 22 33 0 0.87 0.8 0.35 355.38 0.76 0.37
Hex A5 16 21 0 57 50 23 163 4C 25
Octal 245 26 41 0 127 120 43 543 114 45
Binary 10100101 10110 100001 0 1010111 1010000 100011 101100011 1001100 100101

Color Harmonies of #A51621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51621

Black with #A51621

Text Example


Text Example

White with #A51621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51621; }

 p { color: rgb(165,22,33); }

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

background-color css

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

 a { background-color: rgb(165,22,33); }

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

border-color css

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

 span { border-color: rgb(165,22,33); }

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