Html Css Color HEX #B43148 Old Rose

📋 copy color: '#B43148'

red 180 ◦ green 49 ◦ blue 72

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

Shades of Old Rose #B43148

Tints of Old Rose #B43148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 59.8%
G = 16.28%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B43148 (or 0xB43148) is known color: Old Rose. HEX triplet: B4, 31 and 48. RGB value is (180,49,72). Sum of RGB (Red+Green+Blue) = 180+49+72=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B43148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43148 is #4BCEB7. Grayscale: #5A5A5A. Windows color (decimal): -4968120 or 4731316. OLE color: 4731316.

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

Color convert

RGB 180 49 72 -
CMYK 0 0.73 0.60 0.29
HSL 349.47º 0.57% 0.45% -
HSV(B) 349.47º 0.73% 0.71% -
XYZ 21.09 12.37 7.41 -
YUV 90.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 180 49 72 0 0.73 0.60 0.29 349.47 0.57 0.45
Hex B4 31 48 0 49 3C 1D 15D 39 2D
Octal 264 61 110 0 111 74 35 535 71 55
Binary 10110100 110001 1001000 0 1001001 111100 11101 101011101 111001 101101

Color Harmonies of #B43148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43148

Black with #B43148

Text Example


Text Example

White with #B43148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43148; }

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

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

background-color css

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

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

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

border-color css

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

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

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