Html Css Color HEX #B43370 Rouge

📋 copy color: '#B43370'

red 180 ◦ green 51 ◦ blue 112

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

Shades of Rouge #B43370

Tints of Rouge #B43370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 52.48%
G = 14.87%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B43370 (or 0xB43370) is known color: Rouge. HEX triplet: B4, 33 and 70. RGB value is (180,51,112). Sum of RGB (Red+Green+Blue) = 180+51+112=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B43370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43370 is #4BCC8F. Grayscale: #606060. Windows color (decimal): -4967568 or 7353268. OLE color: 7353268.

HSL color Cylindrical-coordinate representation of color #B43370: hue angle of 331.63º 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 #B43370 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 112 -
CMYK 0 0.72 0.38 0.29
HSL 331.63º 0.56% 0.45% -
HSV(B) 331.63º 0.72% 0.71% -
XYZ 22.93 13.24 16.68 -
YUV 96.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 180 51 112 0 0.72 0.38 0.29 331.63 0.56 0.45
Hex B4 33 70 0 48 26 1D 14C 38 2D
Octal 264 63 160 0 110 46 35 514 70 55
Binary 10110100 110011 1110000 0 1001000 100110 11101 101001100 111000 101101

Color Harmonies of #B43370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43370

Black with #B43370

Text Example


Text Example

White with #B43370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43370; }

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

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

background-color css

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

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

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

border-color css

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

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

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