Html Css Color HEX #B43E5E Rouge

📋 copy color: '#B43E5E'

red 180 ◦ green 62 ◦ blue 94

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

Shades of Rouge #B43E5E

Tints of Rouge #B43E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.45%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 53.57%
G = 18.45%
B = 27.98%

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

#B43E5E (or 0xB43E5E) is known color: Rouge. HEX triplet: B4, 3E and 5E. RGB value is (180,62,94). Sum of RGB (Red+Green+Blue) = 180+62+94=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E5E is #4BC1A1. Grayscale: #646464. Windows color (decimal): -4964770 or 6176436. OLE color: 6176436.

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

Color convert

RGB 180 62 94 -
CMYK 0 0.66 0.48 0.29
HSL 343.73º 0.49% 0.47% -
HSV(B) 343.73º 0.66% 0.71% -
XYZ 22.57 13.96 12.09 -
YUV 100.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 180 62 94 0 0.66 0.48 0.29 343.73 0.49 0.47
Hex B4 3E 5E 0 42 30 1D 158 31 2F
Octal 264 76 136 0 102 60 35 530 61 57
Binary 10110100 111110 1011110 0 1000010 110000 11101 101011000 110001 101111

Color Harmonies of #B43E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E5E

Black with #B43E5E

Text Example


Text Example

White with #B43E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E5E; }

 p { color: rgb(180,62,94); }

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

background-color css

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

 a { background-color: rgb(180,62,94); }

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

border-color css

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

 span { border-color: rgb(180,62,94); }

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