Html Css Color HEX #A0061D Carmine

📋 copy color: '#A0061D'

red 160 ◦ green 6 ◦ blue 29

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

Shades of Carmine #A0061D

Tints of Carmine #A0061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 82.05%
G = 3.08%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0061D (or 0xA0061D) is known color: Carmine. HEX triplet: A0, 06 and 1D. RGB value is (160,6,29). Sum of RGB (Red+Green+Blue) = 160+6+29=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A0061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0061D is #5FF9E2. Grayscale: #363636. Windows color (decimal): -6289891 or 1902240. OLE color: 1902240.

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

Color convert

RGB 160 6 29 -
CMYK 0 0.96 0.82 0.37
HSL 351.04º 0.93% 0.33% -
HSV(B) 351.04º 0.96% 0.63% -
XYZ 14.78 7.69 1.87 -
YUV 54.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 160 6 29 0 0.96 0.82 0.37 351.04 0.93 0.33
Hex A0 6 1D 0 60 52 25 15F 5D 21
Octal 240 6 35 0 140 122 45 537 135 41
Binary 10100000 110 11101 0 1100000 1010010 100101 101011111 1011101 100001

Color Harmonies of #A0061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0061D

Black with #A0061D

Text Example


Text Example

White with #A0061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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