Html Css Color HEX #A0001E Carmine

📋 copy color: '#A0001E'

red 160 ◦ green 0 ◦ blue 30

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

Shades of Carmine #A0001E

Tints of Carmine #A0001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 84.21%
G = 0%
B = 15.79%

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

#A0001E (or 0xA0001E) is known color: Carmine. HEX triplet: A0, 00 and 1E. RGB value is (160,0,30). Sum of RGB (Red+Green+Blue) = 160+0+30=190 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.21% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 160 - color contains mainly: red. Hex color #A0001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0001E is #5FFFE1. Grayscale: #333333. Windows color (decimal): -6291426 or 1966240. OLE color: 1966240.

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

Color convert

RGB 160 0 30 -
CMYK 0 1 0.81 0.37
HSL 348.75º 1% 0.31% -
HSV(B) 348.75º 1% 0.63% -
XYZ 14.73 7.57 1.91 -
YUV 51.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 160 0 30 0 1 0.81 0.37 348.75 1 0.31
Hex A0 0 1E 0 64 51 25 15D 64 1F
Octal 240 0 36 0 144 121 45 535 144 37
Binary 10100000 0 11110 0 1100100 1010001 100101 101011101 1100100 11111

Color Harmonies of #A0001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0001E

Black with #A0001E

Text Example


Text Example

White with #A0001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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