Html Css Color HEX #A60F2B Carmine

📋 copy color: '#A60F2B'

red 166 ◦ green 15 ◦ blue 43

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

Shades of Carmine #A60F2B

Tints of Carmine #A60F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 74.11%
G = 6.7%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A60F2B (or 0xA60F2B) is known color: Carmine. HEX triplet: A6, 0F and 2B. RGB value is (166,15,43). Sum of RGB (Red+Green+Blue) = 166+15+43=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F2B is #59F0D4. Grayscale: #3F3F3F. Windows color (decimal): -5894357 or 2822054. OLE color: 2822054.

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

Color convert

RGB 166 15 43 -
CMYK 0 0.91 0.74 0.35
HSL 348.87º 0.83% 0.35% -
HSV(B) 348.87º 0.91% 0.65% -
XYZ 16.33 8.62 3.09 -
YUV 63.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 166 15 43 0 0.91 0.74 0.35 348.87 0.83 0.35
Hex A6 F 2B 0 5B 4A 23 15D 53 23
Octal 246 17 53 0 133 112 43 535 123 43
Binary 10100110 1111 101011 0 1011011 1001010 100011 101011101 1010011 100011

Color Harmonies of #A60F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F2B

Black with #A60F2B

Text Example


Text Example

White with #A60F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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