Html Css Color HEX #B03749 Old Rose

📋 copy color: '#B03749'

red 176 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #B03749

Tints of Old Rose #B03749

RGB

 RED value IS 176 (69.14% from 255) = 57.89%

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

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 57.89%
G = 18.09%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B03749 (or 0xB03749) is known color: Old Rose. HEX triplet: B0, 37 and 49. RGB value is (176,55,73). Sum of RGB (Red+Green+Blue) = 176+55+73=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B03749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03749 is #4FC8B6. Grayscale: #5D5D5D. Windows color (decimal): -5228727 or 4798384. OLE color: 4798384.

HSL color Cylindrical-coordinate representation of color #B03749: hue angle of 351.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03749 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 73 -
CMYK 0 0.69 0.59 0.31
HSL 351.07º 0.52% 0.45% -
HSV(B) 351.07º 0.69% 0.69% -
XYZ 20.47 12.44 7.63 -
YUV 93.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 176 55 73 0 0.69 0.59 0.31 351.07 0.52 0.45
Hex B0 37 49 0 45 3B 1F 15F 34 2D
Octal 260 67 111 0 105 73 37 537 64 55
Binary 10110000 110111 1001001 0 1000101 111011 11111 101011111 110100 101101

Color Harmonies of #B03749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03749

Black with #B03749

Text Example


Text Example

White with #B03749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03749; }

 p { color: rgb(176,55,73); }

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

background-color css

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

 a { background-color: rgb(176,55,73); }

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

border-color css

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

 span { border-color: rgb(176,55,73); }

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