Html Css Color HEX #A5001F Carmine

📋 copy color: '#A5001F'

red 165 ◦ green 0 ◦ blue 31

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

Shades of Carmine #A5001F

Tints of Carmine #A5001F

RGB

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

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

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

R = 84.18%
G = 0%
B = 15.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5001F (or 0xA5001F) is known color: Carmine. HEX triplet: A5, 00 and 1F. RGB value is (165,0,31). Sum of RGB (Red+Green+Blue) = 165+0+31=196 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.18% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 165 - color contains mainly: red. Hex color #A5001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5001F is #5AFFE0. Grayscale: #343434. Windows color (decimal): -5963745 or 2031781. OLE color: 2031781.

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

Color convert

RGB 165 0 31 -
CMYK 0 1 0.81 0.35
HSL 348.73º 1% 0.32% -
HSV(B) 348.73º 1% 0.65% -
XYZ 15.76 8.1 2.03 -
YUV 52.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 165 0 31 0 1 0.81 0.35 348.73 1 0.32
Hex A5 0 1F 0 64 51 23 15D 64 20
Octal 245 0 37 0 144 121 43 535 144 40
Binary 10100101 0 11111 0 1100100 1010001 100011 101011101 1100100 100000

Color Harmonies of #A5001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5001F

Black with #A5001F

Text Example


Text Example

White with #A5001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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