Html Css Color HEX #B02F5E Rouge

📋 copy color: '#B02F5E'

red 176 ◦ green 47 ◦ blue 94

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

Shades of Rouge #B02F5E

Tints of Rouge #B02F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 55.52%
G = 14.83%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B02F5E (or 0xB02F5E) is known color: Rouge. HEX triplet: B0, 2F and 5E. RGB value is (176,47,94). Sum of RGB (Red+Green+Blue) = 176+47+94=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F5E is #4FD0A1. Grayscale: #5A5A5A. Windows color (decimal): -5230754 or 6172592. OLE color: 6172592.

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

Color convert

RGB 176 47 94 -
CMYK 0 0.73 0.47 0.31
HSL 338.14º 0.58% 0.44% -
HSV(B) 338.14º 0.73% 0.69% -
XYZ 20.94 12.07 11.82 -
YUV 90.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 176 47 94 0 0.73 0.47 0.31 338.14 0.58 0.44
Hex B0 2F 5E 0 49 2F 1F 152 3A 2C
Octal 260 57 136 0 111 57 37 522 72 54
Binary 10110000 101111 1011110 0 1001001 101111 11111 101010010 111010 101100

Color Harmonies of #B02F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F5E

Black with #B02F5E

Text Example


Text Example

White with #B02F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F5E; }

 p { color: rgb(176,47,94); }

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

background-color css

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

 a { background-color: rgb(176,47,94); }

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

border-color css

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

 span { border-color: rgb(176,47,94); }

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