Html Css Color HEX #B3256A Rouge

📋 copy color: '#B3256A'

red 179 ◦ green 37 ◦ blue 106

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

Shades of Rouge #B3256A

Tints of Rouge #B3256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 55.59%
G = 11.49%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3256A (or 0xB3256A) is known color: Rouge. HEX triplet: B3, 25 and 6A. RGB value is (179,37,106). Sum of RGB (Red+Green+Blue) = 179+37+106=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3256A is #4CDA95. Grayscale: #575757. Windows color (decimal): -5036694 or 6956467. OLE color: 6956467.

HSL color Cylindrical-coordinate representation of color #B3256A: hue angle of 330.85º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3256A is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 106 -
CMYK 0 0.79 0.41 0.30
HSL 330.85º 0.66% 0.42% -
HSV(B) 330.85º 0.79% 0.7% -
XYZ 21.85 11.95 14.79 -
YUV 87.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 179 37 106 0 0.79 0.41 0.30 330.85 0.66 0.42
Hex B3 25 6A 0 4F 29 1E 14B 42 2A
Octal 263 45 152 0 117 51 36 513 102 52
Binary 10110011 100101 1101010 0 1001111 101001 11110 101001011 1000010 101010

Color Harmonies of #B3256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3256A

Black with #B3256A

Text Example


Text Example

White with #B3256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3256A; }

 p { color: rgb(179,37,106); }

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

background-color css

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

 a { background-color: rgb(179,37,106); }

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

border-color css

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

 span { border-color: rgb(179,37,106); }

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