Html Css Color HEX #A9276B Rouge

📋 copy color: '#A9276B'

red 169 ◦ green 39 ◦ blue 107

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

Shades of Rouge #A9276B

Tints of Rouge #A9276B

RGB

 RED value IS 169 (66.41% from 255) = 53.65%

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

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

R = 53.65%
G = 12.38%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9276B (or 0xA9276B) is known color: Rouge. HEX triplet: A9, 27 and 6B. RGB value is (169,39,107). Sum of RGB (Red+Green+Blue) = 169+39+107=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9276B is #56D894. Grayscale: #555555. Windows color (decimal): -5691541 or 7022505. OLE color: 7022505.

HSL color Cylindrical-coordinate representation of color #A9276B: hue angle of 328.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9276B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 39 107 -
CMYK 0 0.77 0.37 0.34
HSL 328.62º 0.63% 0.41% -
HSV(B) 328.62º 0.77% 0.66% -
XYZ 19.74 10.95 14.98 -
YUV 85.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 169 39 107 0 0.77 0.37 0.34 328.62 0.63 0.41
Hex A9 27 6B 0 4D 25 22 149 3E 29
Octal 251 47 153 0 115 45 42 511 76 51
Binary 10101001 100111 1101011 0 1001101 100101 100010 101001001 111110 101001

Color Harmonies of #A9276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9276B

Black with #A9276B

Text Example


Text Example

White with #A9276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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