Html Css Color HEX #B32F5E Rouge

📋 copy color: '#B32F5E'

red 179 ◦ green 47 ◦ blue 94

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

Shades of Rouge #B32F5E

Tints of Rouge #B32F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 55.94%
G = 14.69%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B32F5E (or 0xB32F5E) is known color: Rouge. HEX triplet: B3, 2F and 5E. RGB value is (179,47,94). Sum of RGB (Red+Green+Blue) = 179+47+94=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F5E is #4CD0A1. Grayscale: #5B5B5B. Windows color (decimal): -5034146 or 6172595. OLE color: 6172595.

HSL color Cylindrical-coordinate representation of color #B32F5E: hue angle of 338.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F5E is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 94 -
CMYK 0 0.74 0.47 0.30
HSL 338.64º 0.58% 0.44% -
HSV(B) 338.64º 0.74% 0.7% -
XYZ 21.63 12.42 11.85 -
YUV 91.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 179 47 94 0 0.74 0.47 0.30 338.64 0.58 0.44
Hex B3 2F 5E 0 4A 2F 1E 153 3A 2C
Octal 263 57 136 0 112 57 36 523 72 54
Binary 10110011 101111 1011110 0 1001010 101111 11110 101010011 111010 101100

Color Harmonies of #B32F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F5E

Black with #B32F5E

Text Example


Text Example

White with #B32F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F5E; }

 p { color: rgb(179,47,94); }

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

background-color css

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

 a { background-color: rgb(179,47,94); }

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

border-color css

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

 span { border-color: rgb(179,47,94); }

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