Html Css Color HEX #A0061E Carmine

📋 copy color: '#A0061E'

red 160 ◦ green 6 ◦ blue 30

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

Shades of Carmine #A0061E

Tints of Carmine #A0061E

RGB

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

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

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

R = 81.63%
G = 3.06%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0061E (or 0xA0061E) is known color: Carmine. HEX triplet: A0, 06 and 1E. RGB value is (160,6,30). Sum of RGB (Red+Green+Blue) = 160+6+30=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A0061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0061E is #5FF9E1. Grayscale: #363636. Windows color (decimal): -6289890 or 1967776. OLE color: 1967776.

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

Color convert

RGB 160 6 30 -
CMYK 0 0.96 0.81 0.37
HSL 350.65º 0.93% 0.33% -
HSV(B) 350.65º 0.96% 0.63% -
XYZ 14.8 7.7 1.93 -
YUV 54.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 160 6 30 0 0.96 0.81 0.37 350.65 0.93 0.33
Hex A0 6 1E 0 60 51 25 15F 5D 21
Octal 240 6 36 0 140 121 45 537 135 41
Binary 10100000 110 11110 0 1100000 1010001 100101 101011111 1011101 100001

Color Harmonies of #A0061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0061E

Black with #A0061E

Text Example


Text Example

White with #A0061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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