Html Css Color HEX #A5001A Carmine

📋 copy color: '#A5001A'

red 165 ◦ green 0 ◦ blue 26

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

Shades of Carmine #A5001A

Tints of Carmine #A5001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.39%
G = 0%
B = 13.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5001A (or 0xA5001A) is known color: Carmine. HEX triplet: A5, 00 and 1A. RGB value is (165,0,26). Sum of RGB (Red+Green+Blue) = 165+0+26=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A5001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5001A is #5AFFE5. Grayscale: #343434. Windows color (decimal): -5963750 or 1704101. OLE color: 1704101.

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

Color convert

RGB 165 0 26 -
CMYK 0 1 0.84 0.35
HSL 350.55º 1% 0.32% -
HSV(B) 350.55º 1% 0.65% -
XYZ 15.7 8.07 1.71 -
YUV 52.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 165 0 26 0 1 0.84 0.35 350.55 1 0.32
Hex A5 0 1A 0 64 54 23 15F 64 20
Octal 245 0 32 0 144 124 43 537 144 40
Binary 10100101 0 11010 0 1100100 1010100 100011 101011111 1100100 100000

Color Harmonies of #A5001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5001A

Black with #A5001A

Text Example


Text Example

White with #A5001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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