Html Css Color HEX #B02B5A Rouge

📋 copy color: '#B02B5A'

red 176 ◦ green 43 ◦ blue 90

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

Shades of Rouge #B02B5A

Tints of Rouge #B02B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 56.96%
G = 13.92%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B02B5A (or 0xB02B5A) is known color: Rouge. HEX triplet: B0, 2B and 5A. RGB value is (176,43,90). Sum of RGB (Red+Green+Blue) = 176+43+90=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B5A is #4FD4A5. Grayscale: #585858. Windows color (decimal): -5231782 or 5909424. OLE color: 5909424.

HSL color Cylindrical-coordinate representation of color #B02B5A: hue angle of 338.8º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02B5A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 43 90 -
CMYK 0 0.76 0.49 0.31
HSL 338.8º 0.61% 0.43% -
HSV(B) 338.8º 0.76% 0.69% -
XYZ 20.61 11.7 10.84 -
YUV 88.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 176 43 90 0 0.76 0.49 0.31 338.8 0.61 0.43
Hex B0 2B 5A 0 4C 31 1F 153 3D 2B
Octal 260 53 132 0 114 61 37 523 75 53
Binary 10110000 101011 1011010 0 1001100 110001 11111 101010011 111101 101011

Color Harmonies of #B02B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B5A

Black with #B02B5A

Text Example


Text Example

White with #B02B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B5A; }

 p { color: rgb(176,43,90); }

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

background-color css

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

 a { background-color: rgb(176,43,90); }

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

border-color css

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

 span { border-color: rgb(176,43,90); }

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