Html Css Color HEX #B03D5D Rouge

📋 copy color: '#B03D5D'

red 176 ◦ green 61 ◦ blue 93

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

Shades of Rouge #B03D5D

Tints of Rouge #B03D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

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

R = 53.33%
G = 18.48%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B03D5D (or 0xB03D5D) is known color: Rouge. HEX triplet: B0, 3D and 5D. RGB value is (176,61,93). Sum of RGB (Red+Green+Blue) = 176+61+93=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D5D is #4FC2A2. Grayscale: #636363. Windows color (decimal): -5227171 or 6110640. OLE color: 6110640.

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

Color convert

RGB 176 61 93 -
CMYK 0 0.65 0.47 0.31
HSL 343.3º 0.49% 0.46% -
HSV(B) 343.3º 0.65% 0.69% -
XYZ 21.55 13.36 11.8 -
YUV 99.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 176 61 93 0 0.65 0.47 0.31 343.3 0.49 0.46
Hex B0 3D 5D 0 41 2F 1F 157 31 2E
Octal 260 75 135 0 101 57 37 527 61 56
Binary 10110000 111101 1011101 0 1000001 101111 11111 101010111 110001 101110

Color Harmonies of #B03D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D5D

Black with #B03D5D

Text Example


Text Example

White with #B03D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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