Html Css Color HEX #B02C60 Rouge

📋 copy color: '#B02C60'

red 176 ◦ green 44 ◦ blue 96

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

Shades of Rouge #B02C60

Tints of Rouge #B02C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 55.7%
G = 13.92%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B02C60 (or 0xB02C60) is known color: Rouge. HEX triplet: B0, 2C and 60. RGB value is (176,44,96). Sum of RGB (Red+Green+Blue) = 176+44+96=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C60 is #4FD39F. Grayscale: #595959. Windows color (decimal): -5231520 or 6302896. OLE color: 6302896.

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

Color convert

RGB 176 44 96 -
CMYK 0 0.75 0.45 0.31
HSL 336.36º 0.6% 0.43% -
HSV(B) 336.36º 0.75% 0.69% -
XYZ 20.92 11.88 12.26 -
YUV 89.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 176 44 96 0 0.75 0.45 0.31 336.36 0.6 0.43
Hex B0 2C 60 0 4B 2D 1F 150 3C 2B
Octal 260 54 140 0 113 55 37 520 74 53
Binary 10110000 101100 1100000 0 1001011 101101 11111 101010000 111100 101011

Color Harmonies of #B02C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C60

Black with #B02C60

Text Example


Text Example

White with #B02C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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