Html Css Color HEX #B03963 Rouge

📋 copy color: '#B03963'

red 176 ◦ green 57 ◦ blue 99

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

Shades of Rouge #B03963

Tints of Rouge #B03963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

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

R = 53.01%
G = 17.17%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B03963 (or 0xB03963) is known color: Rouge. HEX triplet: B0, 39 and 63. RGB value is (176,57,99). Sum of RGB (Red+Green+Blue) = 176+57+99=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03963 is #4FC69C. Grayscale: #616161. Windows color (decimal): -5228189 or 6502832. OLE color: 6502832.

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

Color convert

RGB 176 57 99 -
CMYK 0 0.68 0.44 0.31
HSL 338.82º 0.51% 0.46% -
HSV(B) 338.82º 0.68% 0.69% -
XYZ 21.62 13.06 13.19 -
YUV 97.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 176 57 99 0 0.68 0.44 0.31 338.82 0.51 0.46
Hex B0 39 63 0 44 2C 1F 153 33 2E
Octal 260 71 143 0 104 54 37 523 63 56
Binary 10110000 111001 1100011 0 1000100 101100 11111 101010011 110011 101110

Color Harmonies of #B03963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03963

Black with #B03963

Text Example


Text Example

White with #B03963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03963; }

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

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

background-color css

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

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

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

border-color css

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

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

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