Html Css Color HEX #A5011F Carmine

📋 copy color: '#A5011F'

red 165 ◦ green 1 ◦ blue 31

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

Shades of Carmine #A5011F

Tints of Carmine #A5011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 83.76%
G = 0.51%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5011F (or 0xA5011F) is known color: Carmine. HEX triplet: A5, 01 and 1F. RGB value is (165,1,31). Sum of RGB (Red+Green+Blue) = 165+1+31=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A5011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5011F is #5AFEE0. Grayscale: #353535. Windows color (decimal): -5963489 or 2032037. OLE color: 2032037.

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

Color convert

RGB 165 1 31 -
CMYK 0 0.99 0.81 0.35
HSL 349.02º 0.99% 0.33% -
HSV(B) 349.02º 0.99% 0.65% -
XYZ 15.78 8.12 2.03 -
YUV 53.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 165 1 31 0 0.99 0.81 0.35 349.02 0.99 0.33
Hex A5 1 1F 0 63 51 23 15D 63 21
Octal 245 1 37 0 143 121 43 535 143 41
Binary 10100101 1 11111 0 1100011 1010001 100011 101011101 1100011 100001

Color Harmonies of #A5011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5011F

Black with #A5011F

Text Example


Text Example

White with #A5011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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