Html Css Color HEX #B03360 Rouge

📋 copy color: '#B03360'

red 176 ◦ green 51 ◦ blue 96

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

Shades of Rouge #B03360

Tints of Rouge #B03360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 54.49%
G = 15.79%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B03360 (or 0xB03360) is known color: Rouge. HEX triplet: B0, 33 and 60. RGB value is (176,51,96). Sum of RGB (Red+Green+Blue) = 176+51+96=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B03360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03360 is #4FCC9F. Grayscale: #5D5D5D. Windows color (decimal): -5229728 or 6304688. OLE color: 6304688.

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

Color convert

RGB 176 51 96 -
CMYK 0 0.71 0.45 0.31
HSL 338.4º 0.55% 0.45% -
HSV(B) 338.4º 0.71% 0.69% -
XYZ 21.2 12.44 12.35 -
YUV 93.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 176 51 96 0 0.71 0.45 0.31 338.4 0.55 0.45
Hex B0 33 60 0 47 2D 1F 152 37 2D
Octal 260 63 140 0 107 55 37 522 67 55
Binary 10110000 110011 1100000 0 1000111 101101 11111 101010010 110111 101101

Color Harmonies of #B03360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03360

Black with #B03360

Text Example


Text Example

White with #B03360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03360; }

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

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

background-color css

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

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

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

border-color css

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

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

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