Html Css Color HEX #B43352 Old Rose

📋 copy color: '#B43352'

red 180 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #B43352

Tints of Old Rose #B43352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 57.51%
G = 16.29%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B43352 (or 0xB43352) is known color: Old Rose. HEX triplet: B4, 33 and 52. RGB value is (180,51,82). Sum of RGB (Red+Green+Blue) = 180+51+82=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B43352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43352 is #4BCCAD. Grayscale: #5D5D5D. Windows color (decimal): -4967598 or 5387188. OLE color: 5387188.

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

Color convert

RGB 180 51 82 -
CMYK 0 0.72 0.54 0.29
HSL 345.58º 0.56% 0.45% -
HSV(B) 345.58º 0.72% 0.71% -
XYZ 21.53 12.68 9.3 -
YUV 93.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 180 51 82 0 0.72 0.54 0.29 345.58 0.56 0.45
Hex B4 33 52 0 48 36 1D 15A 38 2D
Octal 264 63 122 0 110 66 35 532 70 55
Binary 10110100 110011 1010010 0 1001000 110110 11101 101011010 111000 101101

Color Harmonies of #B43352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43352

Black with #B43352

Text Example


Text Example

White with #B43352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43352; }

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

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

background-color css

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

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

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

border-color css

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

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

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