Html Css Color HEX #B03962 Rouge

📋 copy color: '#B03962'

red 176 ◦ green 57 ◦ blue 98

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

Shades of Rouge #B03962

Tints of Rouge #B03962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 53.17%
G = 17.22%
B = 29.61%

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

#B03962 (or 0xB03962) is known color: Rouge. HEX triplet: B0, 39 and 62. RGB value is (176,57,98). Sum of RGB (Red+Green+Blue) = 176+57+98=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03962 is #4FC69D. Grayscale: #616161. Windows color (decimal): -5228190 or 6437296. OLE color: 6437296.

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

Color convert

RGB 176 57 98 -
CMYK 0 0.68 0.44 0.31
HSL 339.33º 0.51% 0.46% -
HSV(B) 339.33º 0.68% 0.69% -
XYZ 21.57 13.04 12.93 -
YUV 97.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 176 57 98 0 0.68 0.44 0.31 339.33 0.51 0.46
Hex B0 39 62 0 44 2C 1F 153 33 2E
Octal 260 71 142 0 104 54 37 523 63 56
Binary 10110000 111001 1100010 0 1000100 101100 11111 101010011 110011 101110

Color Harmonies of #B03962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03962

Black with #B03962

Text Example


Text Example

White with #B03962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03962; }

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

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

background-color css

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

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

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

border-color css

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

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

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