#B0305E

Color #B0305E Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B0305E

Tints of Rouge #B0305E

Color information

#B0305E (or 0xB0305E) is unknown color: approx Rouge. HEX triplet: B0, 30 and 5E. RGB value is (176,48,94). Sum of RGB (Red+Green+Blue) = 176+48+94=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0305E is #4FCFA1. Grayscale: #5B5B5B. Windows color (decimal): -5230498 or 6172848. OLE color: 6172848.

HSL color Cylindrical-coordinate representation of color #B0305E: hue angle of 338.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0305E is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1764894-
CMYK00.730.470.31
HSL338.44º57.14%43.92%-
HSV(B)338.44º72.73%69.02%-
XYZ20.9812.1511.83-
YUV91.52129.41188.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=55.35%
G=15.09%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176489400.730.470.31338.4457.1443.92
HexB0305E0492F1F152392c
Octal26060136011157375227154
Binary1011000011000010111100100100110111111111101010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0305E; }

 p { color: rgb(176,48,94); }

 H1.HeaderClassName
 {
   color: #B0305E;
 }
 .AnyTagClassName
 {
   color: #B0305E;
 }
</style>
background-color css

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

 a { background-color: rgb(176,48,94); }

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

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

 span { border-color: rgb(176,48,94); }

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