Html Css Color HEX #A61428 Carmine

📋 copy color: '#A61428'

red 166 ◦ green 20 ◦ blue 40

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

Shades of Carmine #A61428

Tints of Carmine #A61428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 73.45%
G = 8.85%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A61428 (or 0xA61428) is known color: Carmine. HEX triplet: A6, 14 and 28. RGB value is (166,20,40). Sum of RGB (Red+Green+Blue) = 166+20+40=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A61428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61428 is #59EBD7. Grayscale: #424242. Windows color (decimal): -5893080 or 2626726. OLE color: 2626726.

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

Color convert

RGB 166 20 40 -
CMYK 0 0.88 0.76 0.35
HSL 351.78º 0.78% 0.36% -
HSV(B) 351.78º 0.88% 0.65% -
XYZ 16.36 8.76 2.84 -
YUV 65.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 166 20 40 0 0.88 0.76 0.35 351.78 0.78 0.36
Hex A6 14 28 0 58 4C 23 160 4E 24
Octal 246 24 50 0 130 114 43 540 116 44
Binary 10100110 10100 101000 0 1011000 1001100 100011 101100000 1001110 100100

Color Harmonies of #A61428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61428

Black with #A61428

Text Example


Text Example

White with #A61428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61428; }

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

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

background-color css

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

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

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

border-color css

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

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

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