Html Css Color HEX #B43D5D Rouge

📋 copy color: '#B43D5D'

red 180 ◦ green 61 ◦ blue 93

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

Shades of Rouge #B43D5D

Tints of Rouge #B43D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 53.89%
G = 18.26%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B43D5D (or 0xB43D5D) is known color: Rouge. HEX triplet: B4, 3D and 5D. RGB value is (180,61,93). Sum of RGB (Red+Green+Blue) = 180+61+93=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D5D is #4BC2A2. Grayscale: #646464. Windows color (decimal): -4965027 or 6110644. OLE color: 6110644.

HSL color Cylindrical-coordinate representation of color #B43D5D: hue angle of 343.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43D5D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 61 93 -
CMYK 0 0.66 0.48 0.29
HSL 343.87º 0.49% 0.47% -
HSV(B) 343.87º 0.66% 0.71% -
XYZ 22.47 13.83 11.84 -
YUV 100.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 180 61 93 0 0.66 0.48 0.29 343.87 0.49 0.47
Hex B4 3D 5D 0 42 30 1D 158 31 2F
Octal 264 75 135 0 102 60 35 530 61 57
Binary 10110100 111101 1011101 0 1000010 110000 11101 101011000 110001 101111

Color Harmonies of #B43D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D5D

Black with #B43D5D

Text Example


Text Example

White with #B43D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D5D; }

 p { color: rgb(180,61,93); }

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

background-color css

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

 a { background-color: rgb(180,61,93); }

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

border-color css

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

 span { border-color: rgb(180,61,93); }

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