Html Css Color HEX #B02C5A Rouge

📋 copy color: '#B02C5A'

red 176 ◦ green 44 ◦ blue 90

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

Shades of Rouge #B02C5A

Tints of Rouge #B02C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

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

R = 56.77%
G = 14.19%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B02C5A (or 0xB02C5A) is known color: Rouge. HEX triplet: B0, 2C and 5A. RGB value is (176,44,90). Sum of RGB (Red+Green+Blue) = 176+44+90=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C5A is #4FD3A5. Grayscale: #585858. Windows color (decimal): -5231526 or 5909680. OLE color: 5909680.

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

Color convert

RGB 176 44 90 -
CMYK 0 0.75 0.49 0.31
HSL 339.09º 0.6% 0.43% -
HSV(B) 339.09º 0.75% 0.69% -
XYZ 20.65 11.77 10.86 -
YUV 88.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 176 44 90 0 0.75 0.49 0.31 339.09 0.6 0.43
Hex B0 2C 5A 0 4B 31 1F 153 3C 2B
Octal 260 54 132 0 113 61 37 523 74 53
Binary 10110000 101100 1011010 0 1001011 110001 11111 101010011 111100 101011

Color Harmonies of #B02C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C5A

Black with #B02C5A

Text Example


Text Example

White with #B02C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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