Html Css Color HEX #A61522 Carmine

📋 copy color: '#A61522'

red 166 ◦ green 21 ◦ blue 34

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

Shades of Carmine #A61522

Tints of Carmine #A61522

RGB

 RED value IS 166 (65.23% from 255) = 75.11%

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 34 (13.67% from 255) = 15.38%

R = 75.11%
G = 9.5%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A61522 (or 0xA61522) is known color: Carmine. HEX triplet: A6, 15 and 22. RGB value is (166,21,34). Sum of RGB (Red+Green+Blue) = 166+21+34=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61522 is #59EADD. Grayscale: #414141. Windows color (decimal): -5892830 or 2233766. OLE color: 2233766.

HSL color Cylindrical-coordinate representation of color #A61522: hue angle of 354.62º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61522 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 34 -
CMYK 0 0.87 0.80 0.35
HSL 354.62º 0.78% 0.37% -
HSV(B) 354.62º 0.87% 0.65% -
XYZ 16.28 8.76 2.35 -
YUV 65.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 166 21 34 0 0.87 0.80 0.35 354.62 0.78 0.37
Hex A6 15 22 0 57 50 23 163 4E 25
Octal 246 25 42 0 127 120 43 543 116 45
Binary 10100110 10101 100010 0 1010111 1010000 100011 101100011 1001110 100101

Color Harmonies of #A61522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61522

Black with #A61522

Text Example


Text Example

White with #A61522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61522; }

 p { color: rgb(166,21,34); }

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

background-color css

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

 a { background-color: rgb(166,21,34); }

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

border-color css

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

 span { border-color: rgb(166,21,34); }

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