Html Css Color HEX #B43548 Old Rose

📋 copy color: '#B43548'

red 180 ◦ green 53 ◦ blue 72

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

Shades of Old Rose #B43548

Tints of Old Rose #B43548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 59.02%
G = 17.38%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B43548 (or 0xB43548) is known color: Old Rose. HEX triplet: B4, 35 and 48. RGB value is (180,53,72). Sum of RGB (Red+Green+Blue) = 180+53+72=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B43548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43548 is #4BCAB7. Grayscale: #5D5D5D. Windows color (decimal): -4967096 or 4732340. OLE color: 4732340.

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

Color convert

RGB 180 53 72 -
CMYK 0 0.71 0.60 0.29
HSL 351.02º 0.55% 0.46% -
HSV(B) 351.02º 0.71% 0.71% -
XYZ 21.27 12.72 7.46 -
YUV 93.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 180 53 72 0 0.71 0.60 0.29 351.02 0.55 0.46
Hex B4 35 48 0 47 3C 1D 15F 37 2E
Octal 264 65 110 0 107 74 35 537 67 56
Binary 10110100 110101 1001000 0 1000111 111100 11101 101011111 110111 101110

Color Harmonies of #B43548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43548

Black with #B43548

Text Example


Text Example

White with #B43548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43548; }

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

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

background-color css

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

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

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

border-color css

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

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

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