Html Css Color HEX #B03462 Rouge

📋 copy color: '#B03462'

red 176 ◦ green 52 ◦ blue 98

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

Shades of Rouge #B03462

Tints of Rouge #B03462

RGB

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

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

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

R = 53.99%
G = 15.95%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B03462 (or 0xB03462) is known color: Rouge. HEX triplet: B0, 34 and 62. RGB value is (176,52,98). Sum of RGB (Red+Green+Blue) = 176+52+98=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B03462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03462 is #4FCB9D. Grayscale: #5E5E5E. Windows color (decimal): -5229470 or 6436016. OLE color: 6436016.

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

Color convert

RGB 176 52 98 -
CMYK 0 0.70 0.44 0.31
HSL 337.74º 0.54% 0.45% -
HSV(B) 337.74º 0.7% 0.69% -
XYZ 21.34 12.57 12.86 -
YUV 94.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 176 52 98 0 0.70 0.44 0.31 337.74 0.54 0.45
Hex B0 34 62 0 46 2C 1F 152 36 2D
Octal 260 64 142 0 106 54 37 522 66 55
Binary 10110000 110100 1100010 0 1000110 101100 11111 101010010 110110 101101

Color Harmonies of #B03462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03462

Black with #B03462

Text Example


Text Example

White with #B03462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03462; }

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

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

background-color css

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

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

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

border-color css

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

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

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