Html Css Color HEX #A6010F Carmine

📋 copy color: '#A6010F'

red 166 ◦ green 1 ◦ blue 15

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

Shades of Carmine #A6010F

Tints of Carmine #A6010F

RGB

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

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

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

R = 91.21%
G = 0.55%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6010F (or 0xA6010F) is known color: Carmine. HEX triplet: A6, 01 and 0F. RGB value is (166,1,15). Sum of RGB (Red+Green+Blue) = 166+1+15=182 (24% of max value = 765). Red value is 166 (65.23% from 255 or 91.21% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 166 - color contains mainly: red. Hex color #A6010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6010F is #59FEF0. Grayscale: #343434. Windows color (decimal): -5897969 or 983462. OLE color: 983462.

HSL color Cylindrical-coordinate representation of color #A6010F: hue angle of 354.91º 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 #A6010F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 15 -
CMYK 0 0.99 0.91 0.35
HSL 354.91º 0.99% 0.33% -
HSV(B) 354.91º 0.99% 0.65% -
XYZ 15.82 8.16 1.19 -
YUV 51.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 166 1 15 0 0.99 0.91 0.35 354.91 0.99 0.33
Hex A6 1 F 0 63 5B 23 163 63 21
Octal 246 1 17 0 143 133 43 543 143 41
Binary 10100110 1 1111 0 1100011 1011011 100011 101100011 1100011 100001

Color Harmonies of #A6010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6010F

Black with #A6010F

Text Example


Text Example

White with #A6010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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