Html Css Color HEX #B43354 Old Rose

📋 copy color: '#B43354'

red 180 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #B43354

Tints of Old Rose #B43354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.67%

R = 57.14%
G = 16.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B43354 (or 0xB43354) is known color: Old Rose. HEX triplet: B4, 33 and 54. RGB value is (180,51,84). Sum of RGB (Red+Green+Blue) = 180+51+84=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B43354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43354 is #4BCCAB. Grayscale: #5D5D5D. Windows color (decimal): -4967596 or 5518260. OLE color: 5518260.

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

Color convert

RGB 180 51 84 -
CMYK 0 0.72 0.53 0.29
HSL 344.65º 0.56% 0.45% -
HSV(B) 344.65º 0.72% 0.71% -
XYZ 21.61 12.71 9.7 -
YUV 93.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 180 51 84 0 0.72 0.53 0.29 344.65 0.56 0.45
Hex B4 33 54 0 48 35 1D 159 38 2D
Octal 264 63 124 0 110 65 35 531 70 55
Binary 10110100 110011 1010100 0 1001000 110101 11101 101011001 111000 101101

Color Harmonies of #B43354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43354

Black with #B43354

Text Example


Text Example

White with #B43354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43354; }

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

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

background-color css

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

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

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

border-color css

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

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

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