Html Css Color HEX #A0001B Carmine

📋 copy color: '#A0001B'

red 160 ◦ green 0 ◦ blue 27

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

Shades of Carmine #A0001B

Tints of Carmine #A0001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.44%

R = 85.56%
G = 0%
B = 14.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0001B (or 0xA0001B) is known color: Carmine. HEX triplet: A0, 00 and 1B. RGB value is (160,0,27). Sum of RGB (Red+Green+Blue) = 160+0+27=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A0001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0001B is #5FFFE4. Grayscale: #323232. Windows color (decimal): -6291429 or 1769632. OLE color: 1769632.

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

Color convert

RGB 160 0 27 -
CMYK 0 1 0.83 0.37
HSL 349.88º 1% 0.31% -
HSV(B) 349.88º 1% 0.63% -
XYZ 14.7 7.55 1.72 -
YUV 50.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 160 0 27 0 1 0.83 0.37 349.88 1 0.31
Hex A0 0 1B 0 64 53 25 15E 64 1F
Octal 240 0 33 0 144 123 45 536 144 37
Binary 10100000 0 11011 0 1100100 1010011 100101 101011110 1100100 11111

Color Harmonies of #A0001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0001B

Black with #A0001B

Text Example


Text Example

White with #A0001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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