Html Css Color HEX #A0061A Carmine

📋 copy color: '#A0061A'

red 160 ◦ green 6 ◦ blue 26

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

Shades of Carmine #A0061A

Tints of Carmine #A0061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 83.33%
G = 3.13%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0061A (or 0xA0061A) is known color: Carmine. HEX triplet: A0, 06 and 1A. RGB value is (160,6,26). Sum of RGB (Red+Green+Blue) = 160+6+26=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0061A is #5FF9E5. Grayscale: #363636. Windows color (decimal): -6289894 or 1705632. OLE color: 1705632.

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

Color convert

RGB 160 6 26 -
CMYK 0 0.96 0.84 0.37
HSL 352.21º 0.93% 0.33% -
HSV(B) 352.21º 0.96% 0.63% -
XYZ 14.75 7.68 1.68 -
YUV 54.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 160 6 26 0 0.96 0.84 0.37 352.21 0.93 0.33
Hex A0 6 1A 0 60 54 25 160 5D 21
Octal 240 6 32 0 140 124 45 540 135 41
Binary 10100000 110 11010 0 1100000 1010100 100101 101100000 1011101 100001

Color Harmonies of #A0061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0061A

Black with #A0061A

Text Example


Text Example

White with #A0061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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