Html Css Color HEX #B03C5D Rouge

📋 copy color: '#B03C5D'

red 176 ◦ green 60 ◦ blue 93

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

Shades of Rouge #B03C5D

Tints of Rouge #B03C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 53.5%
G = 18.24%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B03C5D (or 0xB03C5D) is known color: Rouge. HEX triplet: B0, 3C and 5D. RGB value is (176,60,93). Sum of RGB (Red+Green+Blue) = 176+60+93=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C5D is #4FC3A2. Grayscale: #626262. Windows color (decimal): -5227427 or 6110384. OLE color: 6110384.

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

Color convert

RGB 176 60 93 -
CMYK 0 0.66 0.47 0.31
HSL 342.93º 0.49% 0.46% -
HSV(B) 342.93º 0.66% 0.69% -
XYZ 21.5 13.25 11.78 -
YUV 98.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 176 60 93 0 0.66 0.47 0.31 342.93 0.49 0.46
Hex B0 3C 5D 0 42 2F 1F 157 31 2E
Octal 260 74 135 0 102 57 37 527 61 56
Binary 10110000 111100 1011101 0 1000010 101111 11111 101010111 110001 101110

Color Harmonies of #B03C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C5D

Black with #B03C5D

Text Example


Text Example

White with #B03C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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