Html Css Color HEX #B02562 Rouge

📋 copy color: '#B02562'

red 176 ◦ green 37 ◦ blue 98

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

Shades of Rouge #B02562

Tints of Rouge #B02562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 56.59%
G = 11.9%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B02562 (or 0xB02562) is known color: Rouge. HEX triplet: B0, 25 and 62. RGB value is (176,37,98). Sum of RGB (Red+Green+Blue) = 176+37+98=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B02562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02562 is #4FDA9D. Grayscale: #555555. Windows color (decimal): -5233310 or 6432176. OLE color: 6432176.

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

Color convert

RGB 176 37 98 -
CMYK 0 0.79 0.44 0.31
HSL 333.67º 0.65% 0.42% -
HSV(B) 333.67º 0.79% 0.69% -
XYZ 20.77 11.44 12.67 -
YUV 85.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 176 37 98 0 0.79 0.44 0.31 333.67 0.65 0.42
Hex B0 25 62 0 4F 2C 1F 14E 41 2A
Octal 260 45 142 0 117 54 37 516 101 52
Binary 10110000 100101 1100010 0 1001111 101100 11111 101001110 1000001 101010

Color Harmonies of #B02562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02562

Black with #B02562

Text Example


Text Example

White with #B02562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02562; }

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

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

background-color css

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

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

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

border-color css

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

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

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