Html Css Color HEX #B2315A Rouge

📋 copy color: '#B2315A'

red 178 ◦ green 49 ◦ blue 90

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

Shades of Rouge #B2315A

Tints of Rouge #B2315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 56.15%
G = 15.46%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2315A (or 0xB2315A) is known color: Rouge. HEX triplet: B2, 31 and 5A. RGB value is (178,49,90). Sum of RGB (Red+Green+Blue) = 178+49+90=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2315A is #4DCEA5. Grayscale: #5C5C5C. Windows color (decimal): -5099174 or 5910962. OLE color: 5910962.

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

Color convert

RGB 178 49 90 -
CMYK 0 0.72 0.49 0.30
HSL 340.93º 0.57% 0.45% -
HSV(B) 340.93º 0.72% 0.7% -
XYZ 21.3 12.4 10.94 -
YUV 92.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 178 49 90 0 0.72 0.49 0.30 340.93 0.57 0.45
Hex B2 31 5A 0 48 31 1E 155 39 2D
Octal 262 61 132 0 110 61 36 525 71 55
Binary 10110010 110001 1011010 0 1001000 110001 11110 101010101 111001 101101

Color Harmonies of #B2315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2315A

Black with #B2315A

Text Example


Text Example

White with #B2315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2315A; }

 p { color: rgb(178,49,90); }

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

background-color css

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

 a { background-color: rgb(178,49,90); }

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

border-color css

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

 span { border-color: rgb(178,49,90); }

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