#B0365E

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

Shades of Rouge #B0365E

Tints of Rouge #B0365E

Color information

#B0365E (or 0xB0365E) is unknown color: approx Rouge. HEX triplet: B0, 36 and 5E. RGB value is (176,54,94). Sum of RGB (Red+Green+Blue) = 176+54+94=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0365E is #4FC9A1. Grayscale: #5F5F5F. Windows color (decimal): -5228962 or 6174384. OLE color: 6174384.

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

Color convert

RGB1765494-
CMYK00.690.470.31
HSL340.33º53.04%45.1%-
HSV(B)340.33º69.32%69.02%-
XYZ21.2412.6811.92-
YUV95.04127.42185.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=54.32%
G=16.67%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176549400.690.470.31340.3353.0445.1
HexB0365E0452F1F154352d
Octal26066136010557375246555
Binary1011000011011010111100100010110111111111101010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0365E; }

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

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

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

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

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

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

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

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