Html Css Color HEX #A6132B Carmine

📋 copy color: '#A6132B'

red 166 ◦ green 19 ◦ blue 43

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

Shades of Carmine #A6132B

Tints of Carmine #A6132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 72.81%
G = 8.33%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6132B (or 0xA6132B) is known color: Carmine. HEX triplet: A6, 13 and 2B. RGB value is (166,19,43). Sum of RGB (Red+Green+Blue) = 166+19+43=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A6132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6132B is #59ECD4. Grayscale: #414141. Windows color (decimal): -5893333 or 2823078. OLE color: 2823078.

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

Color convert

RGB 166 19 43 -
CMYK 0 0.89 0.74 0.35
HSL 350.2º 0.79% 0.36% -
HSV(B) 350.2º 0.89% 0.65% -
XYZ 16.39 8.75 3.11 -
YUV 65.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 166 19 43 0 0.89 0.74 0.35 350.2 0.79 0.36
Hex A6 13 2B 0 59 4A 23 15E 4F 24
Octal 246 23 53 0 131 112 43 536 117 44
Binary 10100110 10011 101011 0 1011001 1001010 100011 101011110 1001111 100100

Color Harmonies of #A6132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6132B

Black with #A6132B

Text Example


Text Example

White with #A6132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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