Html Css Color HEX #B43558 Old Rose

📋 copy color: '#B43558'

red 180 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #B43558

Tints of Old Rose #B43558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 56.07%
G = 16.51%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B43558 (or 0xB43558) is known color: Old Rose. HEX triplet: B4, 35 and 58. RGB value is (180,53,88). Sum of RGB (Red+Green+Blue) = 180+53+88=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B43558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43558 is #4BCAA7. Grayscale: #5E5E5E. Windows color (decimal): -4967080 or 5780916. OLE color: 5780916.

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

Color convert

RGB 180 53 88 -
CMYK 0 0.71 0.51 0.29
HSL 343.46º 0.55% 0.46% -
HSV(B) 343.46º 0.71% 0.71% -
XYZ 21.86 12.95 10.58 -
YUV 94.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 180 53 88 0 0.71 0.51 0.29 343.46 0.55 0.46
Hex B4 35 58 0 47 33 1D 157 37 2E
Octal 264 65 130 0 107 63 35 527 67 56
Binary 10110100 110101 1011000 0 1000111 110011 11101 101010111 110111 101110

Color Harmonies of #B43558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43558

Black with #B43558

Text Example


Text Example

White with #B43558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43558; }

 p { color: rgb(180,53,88); }

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

background-color css

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

 a { background-color: rgb(180,53,88); }

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

border-color css

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

 span { border-color: rgb(180,53,88); }

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