Html Css Color HEX #B43458 Old Rose

📋 copy color: '#B43458'

red 180 ◦ green 52 ◦ blue 88

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

Shades of Old Rose #B43458

Tints of Old Rose #B43458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 56.25%
G = 16.25%
B = 27.5%

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

#B43458 (or 0xB43458) is known color: Old Rose. HEX triplet: B4, 34 and 58. RGB value is (180,52,88). Sum of RGB (Red+Green+Blue) = 180+52+88=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B43458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43458 is #4BCBA7. Grayscale: #5E5E5E. Windows color (decimal): -4967336 or 5780660. OLE color: 5780660.

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

Color convert

RGB 180 52 88 -
CMYK 0 0.71 0.51 0.29
HSL 343.13º 0.55% 0.45% -
HSV(B) 343.13º 0.71% 0.71% -
XYZ 21.81 12.86 10.57 -
YUV 94.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 180 52 88 0 0.71 0.51 0.29 343.13 0.55 0.45
Hex B4 34 58 0 47 33 1D 157 37 2D
Octal 264 64 130 0 107 63 35 527 67 55
Binary 10110100 110100 1011000 0 1000111 110011 11101 101010111 110111 101101

Color Harmonies of #B43458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43458

Black with #B43458

Text Example


Text Example

White with #B43458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43458; }

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

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

background-color css

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

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

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

border-color css

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

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

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