Html Css Color HEX #B3365C Rouge

📋 copy color: '#B3365C'

red 179 ◦ green 54 ◦ blue 92

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

Shades of Rouge #B3365C

Tints of Rouge #B3365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 55.08%
G = 16.62%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3365C (or 0xB3365C) is known color: Rouge. HEX triplet: B3, 36 and 5C. RGB value is (179,54,92). Sum of RGB (Red+Green+Blue) = 179+54+92=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3365C is #4CC9A3. Grayscale: #5F5F5F. Windows color (decimal): -5032356 or 6043315. OLE color: 6043315.

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

Color convert

RGB 179 54 92 -
CMYK 0 0.70 0.49 0.30
HSL 341.76º 0.54% 0.46% -
HSV(B) 341.76º 0.7% 0.7% -
XYZ 21.84 12.99 11.48 -
YUV 95.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 179 54 92 0 0.70 0.49 0.30 341.76 0.54 0.46
Hex B3 36 5C 0 46 31 1E 156 36 2E
Octal 263 66 134 0 106 61 36 526 66 56
Binary 10110011 110110 1011100 0 1000110 110001 11110 101010110 110110 101110

Color Harmonies of #B3365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3365C

Black with #B3365C

Text Example


Text Example

White with #B3365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3365C; }

 p { color: rgb(179,54,92); }

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

background-color css

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

 a { background-color: rgb(179,54,92); }

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

border-color css

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

 span { border-color: rgb(179,54,92); }

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