Html Css Color HEX #B2295D Rouge

📋 copy color: '#B2295D'

red 178 ◦ green 41 ◦ blue 93

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

Shades of Rouge #B2295D

Tints of Rouge #B2295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 57.05%
G = 13.14%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2295D (or 0xB2295D) is known color: Rouge. HEX triplet: B2, 29 and 5D. RGB value is (178,41,93). Sum of RGB (Red+Green+Blue) = 178+41+93=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2295D is #4DD6A2. Grayscale: #575757. Windows color (decimal): -5101219 or 6105522. OLE color: 6105522.

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

Color convert

RGB 178 41 93 -
CMYK 0 0.77 0.48 0.30
HSL 337.23º 0.63% 0.43% -
HSV(B) 337.23º 0.77% 0.7% -
XYZ 21.13 11.84 11.53 -
YUV 87.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 178 41 93 0 0.77 0.48 0.30 337.23 0.63 0.43
Hex B2 29 5D 0 4D 30 1E 151 3F 2B
Octal 262 51 135 0 115 60 36 521 77 53
Binary 10110010 101001 1011101 0 1001101 110000 11110 101010001 111111 101011

Color Harmonies of #B2295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2295D

Black with #B2295D

Text Example


Text Example

White with #B2295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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