Html Css Color HEX #A6092B Carmine

📋 copy color: '#A6092B'

red 166 ◦ green 9 ◦ blue 43

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

Shades of Carmine #A6092B

Tints of Carmine #A6092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

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

R = 76.15%
G = 4.13%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6092B (or 0xA6092B) is known color: Carmine. HEX triplet: A6, 09 and 2B. RGB value is (166,9,43). Sum of RGB (Red+Green+Blue) = 166+9+43=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6092B is #59F6D4. Grayscale: #3B3B3B. Windows color (decimal): -5895893 or 2820518. OLE color: 2820518.

HSL color Cylindrical-coordinate representation of color #A6092B: hue angle of 347.01º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6092B is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 43 -
CMYK 0 0.95 0.74 0.35
HSL 347.01º 0.9% 0.34% -
HSV(B) 347.01º 0.95% 0.65% -
XYZ 16.26 8.48 3.06 -
YUV 59.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 166 9 43 0 0.95 0.74 0.35 347.01 0.9 0.34
Hex A6 9 2B 0 5F 4A 23 15B 5A 22
Octal 246 11 53 0 137 112 43 533 132 42
Binary 10100110 1001 101011 0 1011111 1001010 100011 101011011 1011010 100010

Color Harmonies of #A6092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6092B

Black with #A6092B

Text Example


Text Example

White with #A6092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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