Html Css Color HEX #B43363 Rouge

📋 copy color: '#B43363'

red 180 ◦ green 51 ◦ blue 99

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

Shades of Rouge #B43363

Tints of Rouge #B43363

RGB

 RED value IS 180 (70.7% from 255) = 54.55%

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 54.55%
G = 15.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B43363 (or 0xB43363) is known color: Rouge. HEX triplet: B4, 33 and 63. RGB value is (180,51,99). Sum of RGB (Red+Green+Blue) = 180+51+99=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B43363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43363 is #4BCC9C. Grayscale: #5E5E5E. Windows color (decimal): -4967581 or 6501300. OLE color: 6501300.

HSL color Cylindrical-coordinate representation of color #B43363: hue angle of 337.67º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43363 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 99 -
CMYK 0 0.72 0.45 0.29
HSL 337.67º 0.56% 0.45% -
HSV(B) 337.67º 0.72% 0.71% -
XYZ 22.26 12.97 13.14 -
YUV 95.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 180 51 99 0 0.72 0.45 0.29 337.67 0.56 0.45
Hex B4 33 63 0 48 2D 1D 152 38 2D
Octal 264 63 143 0 110 55 35 522 70 55
Binary 10110100 110011 1100011 0 1001000 101101 11101 101010010 111000 101101

Color Harmonies of #B43363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43363

Black with #B43363

Text Example


Text Example

White with #B43363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43363; }

 p { color: rgb(180,51,99); }

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

background-color css

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

 a { background-color: rgb(180,51,99); }

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

border-color css

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

 span { border-color: rgb(180,51,99); }

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