Html Css Color HEX #B4345F Rouge

📋 copy color: '#B4345F'

red 180 ◦ green 52 ◦ blue 95

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

Shades of Rouge #B4345F

Tints of Rouge #B4345F

RGB

 RED value IS 180 (70.7% from 255) = 55.05%

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

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

R = 55.05%
G = 15.9%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4345F (or 0xB4345F) is known color: Rouge. HEX triplet: B4, 34 and 5F. RGB value is (180,52,95). Sum of RGB (Red+Green+Blue) = 180+52+95=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4345F is #4BCBA0. Grayscale: #5F5F5F. Windows color (decimal): -4967329 or 6239412. OLE color: 6239412.

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

Color convert

RGB 180 52 95 -
CMYK 0 0.71 0.47 0.29
HSL 339.84º 0.55% 0.45% -
HSV(B) 339.84º 0.71% 0.71% -
XYZ 22.12 12.99 12.17 -
YUV 95.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 180 52 95 0 0.71 0.47 0.29 339.84 0.55 0.45
Hex B4 34 5F 0 47 2F 1D 154 37 2D
Octal 264 64 137 0 107 57 35 524 67 55
Binary 10110100 110100 1011111 0 1000111 101111 11101 101010100 110111 101101

Color Harmonies of #B4345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4345F

Black with #B4345F

Text Example


Text Example

White with #B4345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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