Html Css Color HEX #B13448 Old Rose

📋 copy color: '#B13448'

red 177 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #B13448

Tints of Old Rose #B13448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

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

R = 58.8%
G = 17.28%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B13448 (or 0xB13448) is known color: Old Rose. HEX triplet: B1, 34 and 48. RGB value is (177,52,72). Sum of RGB (Red+Green+Blue) = 177+52+72=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13448 is #4ECBB7. Grayscale: #5B5B5B. Windows color (decimal): -5163960 or 4732081. OLE color: 4732081.

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

Color convert

RGB 177 52 72 -
CMYK 0 0.71 0.59 0.31
HSL 350.4º 0.55% 0.45% -
HSV(B) 350.4º 0.71% 0.69% -
XYZ 20.53 12.27 7.42 -
YUV 91.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 177 52 72 0 0.71 0.59 0.31 350.4 0.55 0.45
Hex B1 34 48 0 47 3B 1F 15E 37 2D
Octal 261 64 110 0 107 73 37 536 67 55
Binary 10110001 110100 1001000 0 1000111 111011 11111 101011110 110111 101101

Color Harmonies of #B13448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13448

Black with #B13448

Text Example


Text Example

White with #B13448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13448; }

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

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

background-color css

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

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

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

border-color css

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

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

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