Html Css Color HEX #A6092D Carmine

📋 copy color: '#A6092D'

red 166 ◦ green 9 ◦ blue 45

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

Shades of Carmine #A6092D

Tints of Carmine #A6092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 75.45%
G = 4.09%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6092D (or 0xA6092D) is known color: Carmine. HEX triplet: A6, 09 and 2D. RGB value is (166,9,45). Sum of RGB (Red+Green+Blue) = 166+9+45=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A6092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6092D is #59F6D2. Grayscale: #3C3C3C. Windows color (decimal): -5895891 or 2951590. OLE color: 2951590.

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

Color convert

RGB 166 9 45 -
CMYK 0 0.95 0.73 0.35
HSL 346.24º 0.9% 0.34% -
HSV(B) 346.24º 0.95% 0.65% -
XYZ 16.3 8.49 3.26 -
YUV 60.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 166 9 45 0 0.95 0.73 0.35 346.24 0.9 0.34
Hex A6 9 2D 0 5F 49 23 15A 5A 22
Octal 246 11 55 0 137 111 43 532 132 42
Binary 10100110 1001 101101 0 1011111 1001001 100011 101011010 1011010 100010

Color Harmonies of #A6092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6092D

Black with #A6092D

Text Example


Text Example

White with #A6092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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