Html Css Color HEX #B03461 Rouge

📋 copy color: '#B03461'

red 176 ◦ green 52 ◦ blue 97

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

Shades of Rouge #B03461

Tints of Rouge #B03461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 54.15%
G = 16%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B03461 (or 0xB03461) is known color: Rouge. HEX triplet: B0, 34 and 61. RGB value is (176,52,97). Sum of RGB (Red+Green+Blue) = 176+52+97=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B03461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03461 is #4FCB9E. Grayscale: #5E5E5E. Windows color (decimal): -5229471 or 6370480. OLE color: 6370480.

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

Color convert

RGB 176 52 97 -
CMYK 0 0.70 0.45 0.31
HSL 338.23º 0.54% 0.45% -
HSV(B) 338.23º 0.7% 0.69% -
XYZ 21.29 12.55 12.61 -
YUV 94.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 176 52 97 0 0.70 0.45 0.31 338.23 0.54 0.45
Hex B0 34 61 0 46 2D 1F 152 36 2D
Octal 260 64 141 0 106 55 37 522 66 55
Binary 10110000 110100 1100001 0 1000110 101101 11111 101010010 110110 101101

Color Harmonies of #B03461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03461

Black with #B03461

Text Example


Text Example

White with #B03461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03461; }

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

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

background-color css

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

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

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

border-color css

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

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

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