Html Css Color HEX #A5051C Carmine

📋 copy color: '#A5051C'

red 165 ◦ green 5 ◦ blue 28

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

Shades of Carmine #A5051C

Tints of Carmine #A5051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 83.33%
G = 2.53%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A5051C (or 0xA5051C) is known color: Carmine. HEX triplet: A5, 05 and 1C. RGB value is (165,5,28). Sum of RGB (Red+Green+Blue) = 165+5+28=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A5051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5051C is #5AFAE3. Grayscale: #373737. Windows color (decimal): -5962468 or 1836453. OLE color: 1836453.

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

Color convert

RGB 165 5 28 -
CMYK 0 0.97 0.83 0.35
HSL 351.38º 0.94% 0.33% -
HSV(B) 351.38º 0.97% 0.65% -
XYZ 15.78 8.19 1.85 -
YUV 55.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 165 5 28 0 0.97 0.83 0.35 351.38 0.94 0.33
Hex A5 5 1C 0 61 53 23 15F 5E 21
Octal 245 5 34 0 141 123 43 537 136 41
Binary 10100101 101 11100 0 1100001 1010011 100011 101011111 1011110 100001

Color Harmonies of #A5051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5051C

Black with #A5051C

Text Example


Text Example

White with #A5051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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