Html Css Color HEX #A5013A Carmine

📋 copy color: '#A5013A'

red 165 ◦ green 1 ◦ blue 58

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

Shades of Carmine #A5013A

Tints of Carmine #A5013A

RGB

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

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

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

R = 73.66%
G = 0.45%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5013A (or 0xA5013A) is known color: Carmine. HEX triplet: A5, 01 and 3A. RGB value is (165,1,58). Sum of RGB (Red+Green+Blue) = 165+1+58=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A5013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5013A is #5AFEC5. Grayscale: #383838. Windows color (decimal): -5963462 or 3801509. OLE color: 3801509.

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

Color convert

RGB 165 1 58 -
CMYK 0 0.99 0.65 0.35
HSL 339.15º 0.99% 0.33% -
HSV(B) 339.15º 0.99% 0.65% -
XYZ 16.29 8.33 4.75 -
YUV 56.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 165 1 58 0 0.99 0.65 0.35 339.15 0.99 0.33
Hex A5 1 3A 0 63 41 23 153 63 21
Octal 245 1 72 0 143 101 43 523 143 41
Binary 10100101 1 111010 0 1100011 1000001 100011 101010011 1100011 100001

Color Harmonies of #A5013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5013A

Black with #A5013A

Text Example


Text Example

White with #A5013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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