Html Css Color HEX #A6091B Carmine

📋 copy color: '#A6091B'

red 166 ◦ green 9 ◦ blue 27

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

Shades of Carmine #A6091B

Tints of Carmine #A6091B

RGB

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

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

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

R = 82.18%
G = 4.46%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6091B (or 0xA6091B) is known color: Carmine. HEX triplet: A6, 09 and 1B. RGB value is (166,9,27). Sum of RGB (Red+Green+Blue) = 166+9+27=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A6091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6091B is #59F6E4. Grayscale: #3A3A3A. Windows color (decimal): -5895909 or 1771942. OLE color: 1771942.

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

Color convert

RGB 166 9 27 -
CMYK 0 0.95 0.84 0.35
HSL 353.12º 0.9% 0.34% -
HSV(B) 353.12º 0.95% 0.65% -
XYZ 16.02 8.38 1.81 -
YUV 58 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 166 9 27 0 0.95 0.84 0.35 353.12 0.9 0.34
Hex A6 9 1B 0 5F 54 23 161 5A 22
Octal 246 11 33 0 137 124 43 541 132 42
Binary 10100110 1001 11011 0 1011111 1010100 100011 101100001 1011010 100010

Color Harmonies of #A6091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6091B

Black with #A6091B

Text Example


Text Example

White with #A6091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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