Html Css Color HEX #B43748 Old Rose

📋 copy color: '#B43748'

red 180 ◦ green 55 ◦ blue 72

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

Shades of Old Rose #B43748

Tints of Old Rose #B43748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

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

R = 58.63%
G = 17.92%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B43748 (or 0xB43748) is known color: Old Rose. HEX triplet: B4, 37 and 48. RGB value is (180,55,72). Sum of RGB (Red+Green+Blue) = 180+55+72=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B43748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43748 is #4BC8B7. Grayscale: #5E5E5E. Windows color (decimal): -4966584 or 4732852. OLE color: 4732852.

HSL color Cylindrical-coordinate representation of color #B43748: hue angle of 351.84º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43748 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 72 -
CMYK 0 0.69 0.60 0.29
HSL 351.84º 0.53% 0.46% -
HSV(B) 351.84º 0.69% 0.71% -
XYZ 21.36 12.9 7.5 -
YUV 94.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 180 55 72 0 0.69 0.60 0.29 351.84 0.53 0.46
Hex B4 37 48 0 45 3C 1D 160 35 2E
Octal 264 67 110 0 105 74 35 540 65 56
Binary 10110100 110111 1001000 0 1000101 111100 11101 101100000 110101 101110

Color Harmonies of #B43748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43748

Black with #B43748

Text Example


Text Example

White with #B43748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43748; }

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

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

background-color css

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

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

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

border-color css

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

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

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