Html Css Color HEX #A5003A Carmine

📋 copy color: '#A5003A'

red 165 ◦ green 0 ◦ blue 58

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

Shades of Carmine #A5003A

Tints of Carmine #A5003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 73.99%
G = 0%
B = 26.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5003A (or 0xA5003A) is known color: Carmine. HEX triplet: A5, 00 and 3A. RGB value is (165,0,58). Sum of RGB (Red+Green+Blue) = 165+0+58=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003A is #5AFFC5. Grayscale: #373737. Windows color (decimal): -5963718 or 3801253. OLE color: 3801253.

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

Color convert

RGB 165 0 58 -
CMYK 0 1 0.65 0.35
HSL 338.91º 1% 0.32% -
HSV(B) 338.91º 1% 0.65% -
XYZ 16.28 8.3 4.75 -
YUV 55.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 165 0 58 0 1 0.65 0.35 338.91 1 0.32
Hex A5 0 3A 0 64 41 23 153 64 20
Octal 245 0 72 0 144 101 43 523 144 40
Binary 10100101 0 111010 0 1100100 1000001 100011 101010011 1100100 100000

Color Harmonies of #A5003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5003A

Black with #A5003A

Text Example


Text Example

White with #A5003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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