Html Css Color HEX #B03C5E Rouge

📋 copy color: '#B03C5E'

red 176 ◦ green 60 ◦ blue 94

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

Shades of Rouge #B03C5E

Tints of Rouge #B03C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 53.33%
G = 18.18%
B = 28.48%

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

#B03C5E (or 0xB03C5E) is known color: Rouge. HEX triplet: B0, 3C and 5E. RGB value is (176,60,94). Sum of RGB (Red+Green+Blue) = 176+60+94=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C5E is #4FC3A1. Grayscale: #626262. Windows color (decimal): -5227426 or 6175920. OLE color: 6175920.

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

Color convert

RGB 176 60 94 -
CMYK 0 0.66 0.47 0.31
HSL 342.41º 0.49% 0.46% -
HSV(B) 342.41º 0.66% 0.69% -
XYZ 21.54 13.27 12.02 -
YUV 98.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 176 60 94 0 0.66 0.47 0.31 342.41 0.49 0.46
Hex B0 3C 5E 0 42 2F 1F 156 31 2E
Octal 260 74 136 0 102 57 37 526 61 56
Binary 10110000 111100 1011110 0 1000010 101111 11111 101010110 110001 101110

Color Harmonies of #B03C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C5E

Black with #B03C5E

Text Example


Text Example

White with #B03C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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