Html Css Color HEX #B03459 Rouge

📋 copy color: '#B03459'

red 176 ◦ green 52 ◦ blue 89

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

Shades of Rouge #B03459

Tints of Rouge #B03459

RGB

 RED value IS 176 (69.14% from 255) = 55.52%

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 55.52%
G = 16.4%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B03459 (or 0xB03459) is known color: Rouge. HEX triplet: B0, 34 and 59. RGB value is (176,52,89). Sum of RGB (Red+Green+Blue) = 176+52+89=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B03459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03459 is #4FCBA6. Grayscale: #5D5D5D. Windows color (decimal): -5229479 or 5846192. OLE color: 5846192.

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

Color convert

RGB 176 52 89 -
CMYK 0 0.70 0.49 0.31
HSL 342.1º 0.54% 0.45% -
HSV(B) 342.1º 0.7% 0.69% -
XYZ 20.94 12.41 10.74 -
YUV 93.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 176 52 89 0 0.70 0.49 0.31 342.1 0.54 0.45
Hex B0 34 59 0 46 31 1F 156 36 2D
Octal 260 64 131 0 106 61 37 526 66 55
Binary 10110000 110100 1011001 0 1000110 110001 11111 101010110 110110 101101

Color Harmonies of #B03459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03459

Black with #B03459

Text Example


Text Example

White with #B03459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03459; }

 p { color: rgb(176,52,89); }

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

background-color css

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

 a { background-color: rgb(176,52,89); }

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

border-color css

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

 span { border-color: rgb(176,52,89); }

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