Html Css Color HEX #A5051E Carmine

📋 copy color: '#A5051E'

red 165 ◦ green 5 ◦ blue 30

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

Shades of Carmine #A5051E

Tints of Carmine #A5051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

 BLUE value IS 30 (12.11% from 255) = 15%

R = 82.5%
G = 2.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5051E (or 0xA5051E) is known color: Carmine. HEX triplet: A5, 05 and 1E. RGB value is (165,5,30). Sum of RGB (Red+Green+Blue) = 165+5+30=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A5051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5051E is #5AFAE1. Grayscale: #373737. Windows color (decimal): -5962466 or 1967525. OLE color: 1967525.

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

Color convert

RGB 165 5 30 -
CMYK 0 0.97 0.82 0.35
HSL 350.63º 0.94% 0.33% -
HSV(B) 350.63º 0.97% 0.65% -
XYZ 15.81 8.2 1.98 -
YUV 55.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 165 5 30 0 0.97 0.82 0.35 350.63 0.94 0.33
Hex A5 5 1E 0 61 52 23 15F 5E 21
Octal 245 5 36 0 141 122 43 537 136 41
Binary 10100101 101 11110 0 1100001 1010010 100011 101011111 1011110 100001

Color Harmonies of #A5051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5051E

Black with #A5051E

Text Example


Text Example

White with #A5051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5051E; }

 p { color: rgb(165,5,30); }

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

background-color css

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

 a { background-color: rgb(165,5,30); }

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

border-color css

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

 span { border-color: rgb(165,5,30); }

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