Html Css Color HEX #A0081A Carmine

📋 copy color: '#A0081A'

red 160 ◦ green 8 ◦ blue 26

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

Shades of Carmine #A0081A

Tints of Carmine #A0081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 82.47%
G = 4.12%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0081A (or 0xA0081A) is known color: Carmine. HEX triplet: A0, 08 and 1A. RGB value is (160,8,26). Sum of RGB (Red+Green+Blue) = 160+8+26=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A0081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0081A is #5FF7E5. Grayscale: #373737. Windows color (decimal): -6289382 or 1706144. OLE color: 1706144.

HSL color Cylindrical-coordinate representation of color #A0081A: hue angle of 352.89º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0081A is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 26 -
CMYK 0 0.95 0.84 0.37
HSL 352.89º 0.9% 0.33% -
HSV(B) 352.89º 0.95% 0.63% -
XYZ 14.77 7.72 1.69 -
YUV 55.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 160 8 26 0 0.95 0.84 0.37 352.89 0.9 0.33
Hex A0 8 1A 0 5F 54 25 161 5A 21
Octal 240 10 32 0 137 124 45 541 132 41
Binary 10100000 1000 11010 0 1011111 1010100 100101 101100001 1011010 100001

Color Harmonies of #A0081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0081A

Black with #A0081A

Text Example


Text Example

White with #A0081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0081A; }

 p { color: rgb(160,8,26); }

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

background-color css

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

 a { background-color: rgb(160,8,26); }

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

border-color css

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

 span { border-color: rgb(160,8,26); }

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