Html Css Color HEX #A0001F Carmine

📋 copy color: '#A0001F'

red 160 ◦ green 0 ◦ blue 31

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

Shades of Carmine #A0001F

Tints of Carmine #A0001F

RGB

 RED value IS 160 (62.89% from 255) = 83.77%

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

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

R = 83.77%
G = 0%
B = 16.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0001F (or 0xA0001F) is known color: Carmine. HEX triplet: A0, 00 and 1F. RGB value is (160,0,31). Sum of RGB (Red+Green+Blue) = 160+0+31=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0001F is #5FFFE0. Grayscale: #333333. Windows color (decimal): -6291425 or 2031776. OLE color: 2031776.

HSL color Cylindrical-coordinate representation of color #A0001F: hue angle of 348.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0001F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 31 -
CMYK 0 1 0.81 0.37
HSL 348.38º 1% 0.31% -
HSV(B) 348.38º 1% 0.63% -
XYZ 14.74 7.57 1.98 -
YUV 51.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 160 0 31 0 1 0.81 0.37 348.38 1 0.31
Hex A0 0 1F 0 64 51 25 15C 64 1F
Octal 240 0 37 0 144 121 45 534 144 37
Binary 10100000 0 11111 0 1100100 1010001 100101 101011100 1100100 11111

Color Harmonies of #A0001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0001F

Black with #A0001F

Text Example


Text Example

White with #A0001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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