Html Css Color HEX #B13450 Old Rose

📋 copy color: '#B13450'

red 177 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #B13450

Tints of Old Rose #B13450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 57.28%
G = 16.83%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B13450 (or 0xB13450) is known color: Old Rose. HEX triplet: B1, 34 and 50. RGB value is (177,52,80). Sum of RGB (Red+Green+Blue) = 177+52+80=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B13450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13450 is #4ECBAF. Grayscale: #5C5C5C. Windows color (decimal): -5163952 or 5256369. OLE color: 5256369.

HSL color Cylindrical-coordinate representation of color #B13450: hue angle of 346.56º 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 #B13450 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 80 -
CMYK 0 0.71 0.55 0.31
HSL 346.56º 0.55% 0.45% -
HSV(B) 346.56º 0.71% 0.69% -
XYZ 20.81 12.38 8.88 -
YUV 92.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 177 52 80 0 0.71 0.55 0.31 346.56 0.55 0.45
Hex B1 34 50 0 47 37 1F 15B 37 2D
Octal 261 64 120 0 107 67 37 533 67 55
Binary 10110001 110100 1010000 0 1000111 110111 11111 101011011 110111 101101

Color Harmonies of #B13450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13450

Black with #B13450

Text Example


Text Example

White with #B13450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13450; }

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

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

background-color css

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

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

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

border-color css

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

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

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