Html Css Color HEX #A5011A Carmine

📋 copy color: '#A5011A'

red 165 ◦ green 1 ◦ blue 26

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

Shades of Carmine #A5011A

Tints of Carmine #A5011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 26 (10.55% from 255) = 13.54%

R = 85.94%
G = 0.52%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5011A (or 0xA5011A) is known color: Carmine. HEX triplet: A5, 01 and 1A. RGB value is (165,1,26). Sum of RGB (Red+Green+Blue) = 165+1+26=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A5011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5011A is #5AFEE5. Grayscale: #343434. Windows color (decimal): -5963494 or 1704357. OLE color: 1704357.

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

Color convert

RGB 165 1 26 -
CMYK 0 0.99 0.84 0.35
HSL 350.85º 0.99% 0.33% -
HSV(B) 350.85º 0.99% 0.65% -
XYZ 15.71 8.1 1.71 -
YUV 52.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 165 1 26 0 0.99 0.84 0.35 350.85 0.99 0.33
Hex A5 1 1A 0 63 54 23 15F 63 21
Octal 245 1 32 0 143 124 43 537 143 41
Binary 10100101 1 11010 0 1100011 1010100 100011 101011111 1100011 100001

Color Harmonies of #A5011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5011A

Black with #A5011A

Text Example


Text Example

White with #A5011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5011A; }

 p { color: rgb(165,1,26); }

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

background-color css

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

 a { background-color: rgb(165,1,26); }

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

border-color css

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

 span { border-color: rgb(165,1,26); }

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