Html Css Color HEX #A6276B Rouge

📋 copy color: '#A6276B'

red 166 ◦ green 39 ◦ blue 107

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

Shades of Rouge #A6276B

Tints of Rouge #A6276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 53.21%
G = 12.5%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6276B (or 0xA6276B) is known color: Rouge. HEX triplet: A6, 27 and 6B. RGB value is (166,39,107). Sum of RGB (Red+Green+Blue) = 166+39+107=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6276B is #59D894. Grayscale: #545454. Windows color (decimal): -5888149 or 7022502. OLE color: 7022502.

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

Color convert

RGB 166 39 107 -
CMYK 0 0.77 0.36 0.35
HSL 327.87º 0.62% 0.4% -
HSV(B) 327.87º 0.77% 0.65% -
XYZ 19.11 10.62 14.95 -
YUV 84.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 166 39 107 0 0.77 0.36 0.35 327.87 0.62 0.4
Hex A6 27 6B 0 4D 24 23 148 3E 28
Octal 246 47 153 0 115 44 43 510 76 50
Binary 10100110 100111 1101011 0 1001101 100100 100011 101001000 111110 101000

Color Harmonies of #A6276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6276B

Black with #A6276B

Text Example


Text Example

White with #A6276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6276B; }

 p { color: rgb(166,39,107); }

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

background-color css

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

 a { background-color: rgb(166,39,107); }

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

border-color css

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

 span { border-color: rgb(166,39,107); }

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