Html Css Color HEX #B2365D Rouge

📋 copy color: '#B2365D'

red 178 ◦ green 54 ◦ blue 93

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

Shades of Rouge #B2365D

Tints of Rouge #B2365D

RGB

 RED value IS 178 (69.92% from 255) = 54.77%

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 54.77%
G = 16.62%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2365D (or 0xB2365D) is known color: Rouge. HEX triplet: B2, 36 and 5D. RGB value is (178,54,93). Sum of RGB (Red+Green+Blue) = 178+54+93=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2365D is #4DC9A2. Grayscale: #5F5F5F. Windows color (decimal): -5097891 or 6108850. OLE color: 6108850.

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

Color convert

RGB 178 54 93 -
CMYK 0 0.70 0.48 0.30
HSL 341.13º 0.53% 0.45% -
HSV(B) 341.13º 0.7% 0.7% -
XYZ 21.66 12.89 11.7 -
YUV 95.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 178 54 93 0 0.70 0.48 0.30 341.13 0.53 0.45
Hex B2 36 5D 0 46 30 1E 155 35 2D
Octal 262 66 135 0 106 60 36 525 65 55
Binary 10110010 110110 1011101 0 1000110 110000 11110 101010101 110101 101101

Color Harmonies of #B2365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2365D

Black with #B2365D

Text Example


Text Example

White with #B2365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2365D; }

 p { color: rgb(178,54,93); }

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

background-color css

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

 a { background-color: rgb(178,54,93); }

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

border-color css

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

 span { border-color: rgb(178,54,93); }

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