Html Css Color HEX #A60F1B Carmine

📋 copy color: '#A60F1B'

red 166 ◦ green 15 ◦ blue 27

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

Shades of Carmine #A60F1B

Tints of Carmine #A60F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 79.81%
G = 7.21%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A60F1B (or 0xA60F1B) is known color: Carmine. HEX triplet: A6, 0F and 1B. RGB value is (166,15,27). Sum of RGB (Red+Green+Blue) = 166+15+27=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F1B is #59F0E4. Grayscale: #3D3D3D. Windows color (decimal): -5894373 or 1773478. OLE color: 1773478.

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

Color convert

RGB 166 15 27 -
CMYK 0 0.91 0.84 0.35
HSL 355.23º 0.83% 0.35% -
HSV(B) 355.23º 0.91% 0.65% -
XYZ 16.09 8.53 1.83 -
YUV 61.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 166 15 27 0 0.91 0.84 0.35 355.23 0.83 0.35
Hex A6 F 1B 0 5B 54 23 163 53 23
Octal 246 17 33 0 133 124 43 543 123 43
Binary 10100110 1111 11011 0 1011011 1010100 100011 101100011 1010011 100011

Color Harmonies of #A60F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F1B

Black with #A60F1B

Text Example


Text Example

White with #A60F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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