Html Css Color HEX #A61623 Carmine

📋 copy color: '#A61623'

red 166 ◦ green 22 ◦ blue 35

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

Shades of Carmine #A61623

Tints of Carmine #A61623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 74.44%
G = 9.87%
B = 15.7%

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

#A61623 (or 0xA61623) is known color: Carmine. HEX triplet: A6, 16 and 23. RGB value is (166,22,35). Sum of RGB (Red+Green+Blue) = 166+22+35=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A61623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61623 is #59E9DC. Grayscale: #424242. Windows color (decimal): -5892573 or 2299558. OLE color: 2299558.

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

Color convert

RGB 166 22 35 -
CMYK 0 0.87 0.79 0.35
HSL 354.58º 0.77% 0.37% -
HSV(B) 354.58º 0.87% 0.65% -
XYZ 16.32 8.8 2.43 -
YUV 66.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 166 22 35 0 0.87 0.79 0.35 354.58 0.77 0.37
Hex A6 16 23 0 57 4F 23 163 4D 25
Octal 246 26 43 0 127 117 43 543 115 45
Binary 10100110 10110 100011 0 1010111 1001111 100011 101100011 1001101 100101

Color Harmonies of #A61623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61623

Black with #A61623

Text Example


Text Example

White with #A61623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61623; }

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

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

background-color css

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

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

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

border-color css

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

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

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