Html Css Color HEX #A51526 Carmine

📋 copy color: '#A51526'

red 165 ◦ green 21 ◦ blue 38

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

Shades of Carmine #A51526

Tints of Carmine #A51526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 73.66%
G = 9.38%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A51526 (or 0xA51526) is known color: Carmine. HEX triplet: A5, 15 and 26. RGB value is (165,21,38). Sum of RGB (Red+Green+Blue) = 165+21+38=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A51526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51526 is #5AEAD9. Grayscale: #424242. Windows color (decimal): -5958362 or 2495909. OLE color: 2495909.

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

Color convert

RGB 165 21 38 -
CMYK 0 0.87 0.77 0.35
HSL 352.92º 0.77% 0.36% -
HSV(B) 352.92º 0.87% 0.65% -
XYZ 16.14 8.68 2.66 -
YUV 65.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 165 21 38 0 0.87 0.77 0.35 352.92 0.77 0.36
Hex A5 15 26 0 57 4D 23 161 4D 24
Octal 245 25 46 0 127 115 43 541 115 44
Binary 10100101 10101 100110 0 1010111 1001101 100011 101100001 1001101 100100

Color Harmonies of #A51526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51526

Black with #A51526

Text Example


Text Example

White with #A51526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51526; }

 p { color: rgb(165,21,38); }

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

background-color css

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

 a { background-color: rgb(165,21,38); }

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

border-color css

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

 span { border-color: rgb(165,21,38); }

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