Html Css Color HEX #B02E5D Rouge

📋 copy color: '#B02E5D'

red 176 ◦ green 46 ◦ blue 93

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

Shades of Rouge #B02E5D

Tints of Rouge #B02E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 55.87%
G = 14.6%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B02E5D (or 0xB02E5D) is known color: Rouge. HEX triplet: B0, 2E and 5D. RGB value is (176,46,93). Sum of RGB (Red+Green+Blue) = 176+46+93=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E5D is #4FD1A2. Grayscale: #5A5A5A. Windows color (decimal): -5231011 or 6106800. OLE color: 6106800.

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

Color convert

RGB 176 46 93 -
CMYK 0 0.74 0.47 0.31
HSL 338.31º 0.59% 0.44% -
HSV(B) 338.31º 0.74% 0.69% -
XYZ 20.86 11.97 11.57 -
YUV 90.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 176 46 93 0 0.74 0.47 0.31 338.31 0.59 0.44
Hex B0 2E 5D 0 4A 2F 1F 152 3B 2C
Octal 260 56 135 0 112 57 37 522 73 54
Binary 10110000 101110 1011101 0 1001010 101111 11111 101010010 111011 101100

Color Harmonies of #B02E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E5D

Black with #B02E5D

Text Example


Text Example

White with #B02E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E5D; }

 p { color: rgb(176,46,93); }

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

background-color css

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

 a { background-color: rgb(176,46,93); }

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

border-color css

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

 span { border-color: rgb(176,46,93); }

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