Html Css Color HEX #B3345F Rouge

📋 copy color: '#B3345F'

red 179 ◦ green 52 ◦ blue 95

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

Shades of Rouge #B3345F

Tints of Rouge #B3345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 54.91%
G = 15.95%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3345F (or 0xB3345F) is known color: Rouge. HEX triplet: B3, 34 and 5F. RGB value is (179,52,95). Sum of RGB (Red+Green+Blue) = 179+52+95=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3345F is #4CCBA0. Grayscale: #5E5E5E. Windows color (decimal): -5032865 or 6239411. OLE color: 6239411.

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

Color convert

RGB 179 52 95 -
CMYK 0 0.71 0.47 0.30
HSL 339.69º 0.55% 0.45% -
HSV(B) 339.69º 0.71% 0.7% -
XYZ 21.88 12.87 12.16 -
YUV 94.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 179 52 95 0 0.71 0.47 0.30 339.69 0.55 0.45
Hex B3 34 5F 0 47 2F 1E 154 37 2D
Octal 263 64 137 0 107 57 36 524 67 55
Binary 10110011 110100 1011111 0 1000111 101111 11110 101010100 110111 101101

Color Harmonies of #B3345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3345F

Black with #B3345F

Text Example


Text Example

White with #B3345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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