Html Css Color HEX #B13748 Old Rose

📋 copy color: '#B13748'

red 177 ◦ green 55 ◦ blue 72

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

Shades of Old Rose #B13748

Tints of Old Rose #B13748

RGB

 RED value IS 177 (69.53% from 255) = 58.22%

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

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

R = 58.22%
G = 18.09%
B = 23.68%

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

#B13748 (or 0xB13748) is known color: Old Rose. HEX triplet: B1, 37 and 48. RGB value is (177,55,72). Sum of RGB (Red+Green+Blue) = 177+55+72=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B13748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13748 is #4EC8B7. Grayscale: #5D5D5D. Windows color (decimal): -5163192 or 4732849. OLE color: 4732849.

HSL color Cylindrical-coordinate representation of color #B13748: hue angle of 351.64º degrees, saturation: 0.53, 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 #B13748 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 72 -
CMYK 0 0.69 0.59 0.31
HSL 351.64º 0.53% 0.45% -
HSV(B) 351.64º 0.69% 0.69% -
XYZ 20.67 12.55 7.46 -
YUV 93.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 177 55 72 0 0.69 0.59 0.31 351.64 0.53 0.45
Hex B1 37 48 0 45 3B 1F 160 35 2D
Octal 261 67 110 0 105 73 37 540 65 55
Binary 10110001 110111 1001000 0 1000101 111011 11111 101100000 110101 101101

Color Harmonies of #B13748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13748

Black with #B13748

Text Example


Text Example

White with #B13748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13748; }

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

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

background-color css

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

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

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

border-color css

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

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

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