Html Css Color HEX #A61328 Carmine

📋 copy color: '#A61328'

red 166 ◦ green 19 ◦ blue 40

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

Shades of Carmine #A61328

Tints of Carmine #A61328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 73.78%
G = 8.44%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A61328 (or 0xA61328) is known color: Carmine. HEX triplet: A6, 13 and 28. RGB value is (166,19,40). Sum of RGB (Red+Green+Blue) = 166+19+40=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A61328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61328 is #59ECD7. Grayscale: #414141. Windows color (decimal): -5893336 or 2626470. OLE color: 2626470.

HSL color Cylindrical-coordinate representation of color #A61328: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61328 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 40 -
CMYK 0 0.89 0.76 0.35
HSL 351.43º 0.79% 0.36% -
HSV(B) 351.43º 0.89% 0.65% -
XYZ 16.34 8.73 2.83 -
YUV 65.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 166 19 40 0 0.89 0.76 0.35 351.43 0.79 0.36
Hex A6 13 28 0 59 4C 23 15F 4F 24
Octal 246 23 50 0 131 114 43 537 117 44
Binary 10100110 10011 101000 0 1011001 1001100 100011 101011111 1001111 100100

Color Harmonies of #A61328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61328

Black with #A61328

Text Example


Text Example

White with #A61328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61328; }

 p { color: rgb(166,19,40); }

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

background-color css

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

 a { background-color: rgb(166,19,40); }

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

border-color css

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

 span { border-color: rgb(166,19,40); }

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