Html Css Color HEX #A6012F Carmine

📋 copy color: '#A6012F'

red 166 ◦ green 1 ◦ blue 47

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

Shades of Carmine #A6012F

Tints of Carmine #A6012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 77.57%
G = 0.47%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6012F (or 0xA6012F) is known color: Carmine. HEX triplet: A6, 01 and 2F. RGB value is (166,1,47). Sum of RGB (Red+Green+Blue) = 166+1+47=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6012F is #59FED0. Grayscale: #373737. Windows color (decimal): -5897937 or 3080614. OLE color: 3080614.

HSL color Cylindrical-coordinate representation of color #A6012F: hue angle of 343.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6012F is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 47 -
CMYK 0 0.99 0.72 0.35
HSL 343.27º 0.99% 0.33% -
HSV(B) 343.27º 0.99% 0.65% -
XYZ 16.25 8.33 3.44 -
YUV 55.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 166 1 47 0 0.99 0.72 0.35 343.27 0.99 0.33
Hex A6 1 2F 0 63 48 23 157 63 21
Octal 246 1 57 0 143 110 43 527 143 41
Binary 10100110 1 101111 0 1100011 1001000 100011 101010111 1100011 100001

Color Harmonies of #A6012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6012F

Black with #A6012F

Text Example


Text Example

White with #A6012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6012F; }

 p { color: rgb(166,1,47); }

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

background-color css

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

 a { background-color: rgb(166,1,47); }

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

border-color css

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

 span { border-color: rgb(166,1,47); }

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