Html Css Color HEX #A6000F Carmine

📋 copy color: '#A6000F'

red 166 ◦ green 0 ◦ blue 15

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

Shades of Carmine #A6000F

Tints of Carmine #A6000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 91.71%
G = 0%
B = 8.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6000F (or 0xA6000F) is known color: Carmine. HEX triplet: A6, 00 and 0F. RGB value is (166,0,15). Sum of RGB (Red+Green+Blue) = 166+0+15=181 (23% of max value = 765). Red value is 166 (65.23% from 255 or 91.71% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 166 - color contains mainly: red. Hex color #A6000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6000F is #59FFF0. Grayscale: #333333. Windows color (decimal): -5898225 or 983206. OLE color: 983206.

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

Color convert

RGB 166 0 15 -
CMYK 0 1 0.91 0.35
HSL 354.58º 1% 0.33% -
HSV(B) 354.58º 1% 0.65% -
XYZ 15.81 8.14 1.19 -
YUV 51.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 166 0 15 0 1 0.91 0.35 354.58 1 0.33
Hex A6 0 F 0 64 5B 23 163 64 21
Octal 246 0 17 0 144 133 43 543 144 41
Binary 10100110 0 1111 0 1100100 1011011 100011 101100011 1100100 100001

Color Harmonies of #A6000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6000F

Black with #A6000F

Text Example


Text Example

White with #A6000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6000F; }

 p { color: rgb(166,0,15); }

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

background-color css

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

 a { background-color: rgb(166,0,15); }

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

border-color css

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

 span { border-color: rgb(166,0,15); }

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