Html Css Color HEX #B3385B Rouge

📋 copy color: '#B3385B'

red 179 ◦ green 56 ◦ blue 91

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

Shades of Rouge #B3385B

Tints of Rouge #B3385B

RGB

 RED value IS 179 (70.31% from 255) = 54.91%

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 54.91%
G = 17.18%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3385B (or 0xB3385B) is known color: Rouge. HEX triplet: B3, 38 and 5B. RGB value is (179,56,91). Sum of RGB (Red+Green+Blue) = 179+56+91=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3385B is #4CC7A4. Grayscale: #606060. Windows color (decimal): -5031845 or 5978291. OLE color: 5978291.

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

Color convert

RGB 179 56 91 -
CMYK 0 0.69 0.49 0.30
HSL 342.93º 0.52% 0.46% -
HSV(B) 342.93º 0.69% 0.7% -
XYZ 21.89 13.17 11.29 -
YUV 96.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 179 56 91 0 0.69 0.49 0.30 342.93 0.52 0.46
Hex B3 38 5B 0 45 31 1E 157 34 2E
Octal 263 70 133 0 105 61 36 527 64 56
Binary 10110011 111000 1011011 0 1000101 110001 11110 101010111 110100 101110

Color Harmonies of #B3385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3385B

Black with #B3385B

Text Example


Text Example

White with #B3385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3385B; }

 p { color: rgb(179,56,91); }

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

background-color css

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

 a { background-color: rgb(179,56,91); }

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

border-color css

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

 span { border-color: rgb(179,56,91); }

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