Html Css Color HEX #B03363 Rouge

📋 copy color: '#B03363'

red 176 ◦ green 51 ◦ blue 99

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

Shades of Rouge #B03363

Tints of Rouge #B03363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

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

R = 53.99%
G = 15.64%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B03363 (or 0xB03363) is known color: Rouge. HEX triplet: B0, 33 and 63. RGB value is (176,51,99). Sum of RGB (Red+Green+Blue) = 176+51+99=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B03363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03363 is #4FCC9C. Grayscale: #5D5D5D. Windows color (decimal): -5229725 or 6501296. OLE color: 6501296.

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

Color convert

RGB 176 51 99 -
CMYK 0 0.71 0.44 0.31
HSL 336.96º 0.55% 0.45% -
HSV(B) 336.96º 0.71% 0.69% -
XYZ 21.34 12.5 13.09 -
YUV 93.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 176 51 99 0 0.71 0.44 0.31 336.96 0.55 0.45
Hex B0 33 63 0 47 2C 1F 151 37 2D
Octal 260 63 143 0 107 54 37 521 67 55
Binary 10110000 110011 1100011 0 1000111 101100 11111 101010001 110111 101101

Color Harmonies of #B03363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03363

Black with #B03363

Text Example


Text Example

White with #B03363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03363; }

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

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

background-color css

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

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

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

border-color css

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

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

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