Html Css Color HEX #B13948 Old Rose

📋 copy color: '#B13948'

red 177 ◦ green 57 ◦ blue 72

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

Shades of Old Rose #B13948

Tints of Old Rose #B13948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

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

R = 57.84%
G = 18.63%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B13948 (or 0xB13948) is known color: Old Rose. HEX triplet: B1, 39 and 48. RGB value is (177,57,72). Sum of RGB (Red+Green+Blue) = 177+57+72=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B13948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13948 is #4EC6B7. Grayscale: #5E5E5E. Windows color (decimal): -5162680 or 4733361. OLE color: 4733361.

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

Color convert

RGB 177 57 72 -
CMYK 0 0.68 0.59 0.31
HSL 352.5º 0.51% 0.46% -
HSV(B) 352.5º 0.68% 0.69% -
XYZ 20.76 12.74 7.5 -
YUV 94.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 177 57 72 0 0.68 0.59 0.31 352.5 0.51 0.46
Hex B1 39 48 0 44 3B 1F 160 33 2E
Octal 261 71 110 0 104 73 37 540 63 56
Binary 10110001 111001 1001000 0 1000100 111011 11111 101100000 110011 101110

Color Harmonies of #B13948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13948

Black with #B13948

Text Example


Text Example

White with #B13948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13948; }

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

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

background-color css

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

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

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

border-color css

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

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

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