Html Css Color HEX #B43348 Old Rose

📋 copy color: '#B43348'

red 180 ◦ green 51 ◦ blue 72

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

Shades of Old Rose #B43348

Tints of Old Rose #B43348

RGB

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

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

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

R = 59.41%
G = 16.83%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B43348 (or 0xB43348) is known color: Old Rose. HEX triplet: B4, 33 and 48. RGB value is (180,51,72). Sum of RGB (Red+Green+Blue) = 180+51+72=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43348 is #4BCCB7. Grayscale: #5C5C5C. Windows color (decimal): -4967608 or 4731828. OLE color: 4731828.

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

Color convert

RGB 180 51 72 -
CMYK 0 0.72 0.60 0.29
HSL 350.23º 0.56% 0.45% -
HSV(B) 350.23º 0.72% 0.71% -
XYZ 21.18 12.54 7.44 -
YUV 91.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 180 51 72 0 0.72 0.60 0.29 350.23 0.56 0.45
Hex B4 33 48 0 48 3C 1D 15E 38 2D
Octal 264 63 110 0 110 74 35 536 70 55
Binary 10110100 110011 1001000 0 1001000 111100 11101 101011110 111000 101101

Color Harmonies of #B43348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43348

Black with #B43348

Text Example


Text Example

White with #B43348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43348; }

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

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

background-color css

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

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

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

border-color css

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

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

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