Html Css Color HEX #B43358 Old Rose

📋 copy color: '#B43358'

red 180 ◦ green 51 ◦ blue 88

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

Shades of Old Rose #B43358

Tints of Old Rose #B43358

RGB

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

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

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

R = 56.43%
G = 15.99%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B43358 (or 0xB43358) is known color: Old Rose. HEX triplet: B4, 33 and 58. RGB value is (180,51,88). Sum of RGB (Red+Green+Blue) = 180+51+88=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B43358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43358 is #4BCCA7. Grayscale: #5D5D5D. Windows color (decimal): -4967592 or 5780404. OLE color: 5780404.

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

Color convert

RGB 180 51 88 -
CMYK 0 0.72 0.51 0.29
HSL 342.79º 0.56% 0.45% -
HSV(B) 342.79º 0.72% 0.71% -
XYZ 21.77 12.78 10.55 -
YUV 93.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 180 51 88 0 0.72 0.51 0.29 342.79 0.56 0.45
Hex B4 33 58 0 48 33 1D 157 38 2D
Octal 264 63 130 0 110 63 35 527 70 55
Binary 10110100 110011 1011000 0 1001000 110011 11101 101010111 111000 101101

Color Harmonies of #B43358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43358

Black with #B43358

Text Example


Text Example

White with #B43358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43358; }

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

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

background-color css

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

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

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

border-color css

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

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

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