Html Css Color HEX #B3345B Rouge

📋 copy color: '#B3345B'

red 179 ◦ green 52 ◦ blue 91

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

Shades of Rouge #B3345B

Tints of Rouge #B3345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 55.59%
G = 16.15%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3345B (or 0xB3345B) is known color: Rouge. HEX triplet: B3, 34 and 5B. RGB value is (179,52,91). Sum of RGB (Red+Green+Blue) = 179+52+91=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3345B is #4CCBA4. Grayscale: #5E5E5E. Windows color (decimal): -5032869 or 5977267. OLE color: 5977267.

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

Color convert

RGB 179 52 91 -
CMYK 0 0.71 0.49 0.30
HSL 341.57º 0.55% 0.45% -
HSV(B) 341.57º 0.71% 0.7% -
XYZ 21.71 12.8 11.22 -
YUV 94.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 179 52 91 0 0.71 0.49 0.30 341.57 0.55 0.45
Hex B3 34 5B 0 47 31 1E 156 37 2D
Octal 263 64 133 0 107 61 36 526 67 55
Binary 10110011 110100 1011011 0 1000111 110001 11110 101010110 110111 101101

Color Harmonies of #B3345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3345B

Black with #B3345B

Text Example


Text Example

White with #B3345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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