Html Css Color HEX #A5011D Carmine

📋 copy color: '#A5011D'

red 165 ◦ green 1 ◦ blue 29

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

Shades of Carmine #A5011D

Tints of Carmine #A5011D

RGB

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

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

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

R = 84.62%
G = 0.51%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5011D (or 0xA5011D) is known color: Carmine. HEX triplet: A5, 01 and 1D. RGB value is (165,1,29). Sum of RGB (Red+Green+Blue) = 165+1+29=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A5011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5011D is #5AFEE2. Grayscale: #353535. Windows color (decimal): -5963491 or 1900965. OLE color: 1900965.

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

Color convert

RGB 165 1 29 -
CMYK 0 0.99 0.82 0.35
HSL 349.76º 0.99% 0.33% -
HSV(B) 349.76º 0.99% 0.65% -
XYZ 15.75 8.11 1.9 -
YUV 53.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 165 1 29 0 0.99 0.82 0.35 349.76 0.99 0.33
Hex A5 1 1D 0 63 52 23 15E 63 21
Octal 245 1 35 0 143 122 43 536 143 41
Binary 10100101 1 11101 0 1100011 1010010 100011 101011110 1100011 100001

Color Harmonies of #A5011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5011D

Black with #A5011D

Text Example


Text Example

White with #A5011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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