Html Css Color HEX #B03463 Rouge

📋 copy color: '#B03463'

red 176 ◦ green 52 ◦ blue 99

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

Shades of Rouge #B03463

Tints of Rouge #B03463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 53.82%
G = 15.9%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B03463 (or 0xB03463) is known color: Rouge. HEX triplet: B0, 34 and 63. RGB value is (176,52,99). Sum of RGB (Red+Green+Blue) = 176+52+99=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B03463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03463 is #4FCB9C. Grayscale: #5E5E5E. Windows color (decimal): -5229469 or 6501552. OLE color: 6501552.

HSL color Cylindrical-coordinate representation of color #B03463: hue angle of 337.26º 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 #B03463 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 99 -
CMYK 0 0.70 0.44 0.31
HSL 337.26º 0.54% 0.45% -
HSV(B) 337.26º 0.7% 0.69% -
XYZ 21.38 12.59 13.11 -
YUV 94.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 176 52 99 0 0.70 0.44 0.31 337.26 0.54 0.45
Hex B0 34 63 0 46 2C 1F 151 36 2D
Octal 260 64 143 0 106 54 37 521 66 55
Binary 10110000 110100 1100011 0 1000110 101100 11111 101010001 110110 101101

Color Harmonies of #B03463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03463

Black with #B03463

Text Example


Text Example

White with #B03463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03463; }

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

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

background-color css

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

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

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

border-color css

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

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

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