Html Css Color HEX #A61523 Carmine

📋 copy color: '#A61523'

red 166 ◦ green 21 ◦ blue 35

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

Shades of Carmine #A61523

Tints of Carmine #A61523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 74.77%
G = 9.46%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A61523 (or 0xA61523) is known color: Carmine. HEX triplet: A6, 15 and 23. RGB value is (166,21,35). Sum of RGB (Red+Green+Blue) = 166+21+35=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A61523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61523 is #59EADC. Grayscale: #424242. Windows color (decimal): -5892829 or 2299302. OLE color: 2299302.

HSL color Cylindrical-coordinate representation of color #A61523: hue angle of 354.21º 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 #A61523 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 35 -
CMYK 0 0.87 0.79 0.35
HSL 354.21º 0.78% 0.37% -
HSV(B) 354.21º 0.87% 0.65% -
XYZ 16.3 8.76 2.42 -
YUV 65.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 166 21 35 0 0.87 0.79 0.35 354.21 0.78 0.37
Hex A6 15 23 0 57 4F 23 162 4E 25
Octal 246 25 43 0 127 117 43 542 116 45
Binary 10100110 10101 100011 0 1010111 1001111 100011 101100010 1001110 100101

Color Harmonies of #A61523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61523

Black with #A61523

Text Example


Text Example

White with #A61523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61523; }

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

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

background-color css

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

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

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

border-color css

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

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

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