Html Css Color HEX #B33A6B Rouge

📋 copy color: '#B33A6B'

red 179 ◦ green 58 ◦ blue 107

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

Shades of Rouge #B33A6B

Tints of Rouge #B33A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 52.03%
G = 16.86%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B33A6B (or 0xB33A6B) is known color: Rouge. HEX triplet: B3, 3A and 6B. RGB value is (179,58,107). Sum of RGB (Red+Green+Blue) = 179+58+107=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A6B is #4CC594. Grayscale: #636363. Windows color (decimal): -5031317 or 7027379. OLE color: 7027379.

HSL color Cylindrical-coordinate representation of color #B33A6B: hue angle of 335.7º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A6B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 107 -
CMYK 0 0.68 0.40 0.30
HSL 335.7º 0.51% 0.46% -
HSV(B) 335.7º 0.68% 0.7% -
XYZ 22.76 13.67 15.35 -
YUV 99.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 179 58 107 0 0.68 0.40 0.30 335.7 0.51 0.46
Hex B3 3A 6B 0 44 28 1E 150 33 2E
Octal 263 72 153 0 104 50 36 520 63 56
Binary 10110011 111010 1101011 0 1000100 101000 11110 101010000 110011 101110

Color Harmonies of #B33A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A6B

Black with #B33A6B

Text Example


Text Example

White with #B33A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A6B; }

 p { color: rgb(179,58,107); }

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

background-color css

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

 a { background-color: rgb(179,58,107); }

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

border-color css

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

 span { border-color: rgb(179,58,107); }

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