Html Css Color HEX #A5001D Carmine

📋 copy color: '#A5001D'

red 165 ◦ green 0 ◦ blue 29

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

Shades of Carmine #A5001D

Tints of Carmine #A5001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 85.05%
G = 0%
B = 14.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5001D (or 0xA5001D) is known color: Carmine. HEX triplet: A5, 00 and 1D. RGB value is (165,0,29). Sum of RGB (Red+Green+Blue) = 165+0+29=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A5001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5001D is #5AFFE2. Grayscale: #343434. Windows color (decimal): -5963747 or 1900709. OLE color: 1900709.

HSL color Cylindrical-coordinate representation of color #A5001D: hue angle of 349.45º 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 #A5001D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 0 29 -
CMYK 0 1 0.82 0.35
HSL 349.45º 1% 0.32% -
HSV(B) 349.45º 1% 0.65% -
XYZ 15.74 8.09 1.89 -
YUV 52.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 165 0 29 0 1 0.82 0.35 349.45 1 0.32
Hex A5 0 1D 0 64 52 23 15D 64 20
Octal 245 0 35 0 144 122 43 535 144 40
Binary 10100101 0 11101 0 1100100 1010010 100011 101011101 1100100 100000

Color Harmonies of #A5001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5001D

Black with #A5001D

Text Example


Text Example

White with #A5001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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