Html Css Color HEX #A1061A Carmine

📋 copy color: '#A1061A'

red 161 ◦ green 6 ◦ blue 26

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

Shades of Carmine #A1061A

Tints of Carmine #A1061A

RGB

 RED value IS 161 (63.28% from 255) = 83.42%

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

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

R = 83.42%
G = 3.11%
B = 13.47%

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

#A1061A (or 0xA1061A) is known color: Carmine. HEX triplet: A1, 06 and 1A. RGB value is (161,6,26). Sum of RGB (Red+Green+Blue) = 161+6+26=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A1061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1061A is #5EF9E5. Grayscale: #363636. Windows color (decimal): -6224358 or 1705633. OLE color: 1705633.

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

Color convert

RGB 161 6 26 -
CMYK 0 0.96 0.84 0.37
HSL 352.26º 0.93% 0.33% -
HSV(B) 352.26º 0.96% 0.63% -
XYZ 14.95 7.78 1.69 -
YUV 54.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 161 6 26 0 0.96 0.84 0.37 352.26 0.93 0.33
Hex A1 6 1A 0 60 54 25 160 5D 21
Octal 241 6 32 0 140 124 45 540 135 41
Binary 10100001 110 11010 0 1100000 1010100 100101 101100000 1011101 100001

Color Harmonies of #A1061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1061A

Black with #A1061A

Text Example


Text Example

White with #A1061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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