Html Css Color HEX #B13153 Old Rose

📋 copy color: '#B13153'

red 177 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #B13153

Tints of Old Rose #B13153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 57.28%
G = 15.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B13153 (or 0xB13153) is known color: Old Rose. HEX triplet: B1, 31 and 53. RGB value is (177,49,83). Sum of RGB (Red+Green+Blue) = 177+49+83=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B13153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13153 is #4ECEAC. Grayscale: #5B5B5B. Windows color (decimal): -5164717 or 5452209. OLE color: 5452209.

HSL color Cylindrical-coordinate representation of color #B13153: hue angle of 344.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13153 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 83 -
CMYK 0 0.72 0.53 0.31
HSL 344.06º 0.57% 0.44% -
HSV(B) 344.06º 0.72% 0.69% -
XYZ 20.79 12.17 9.44 -
YUV 91.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 177 49 83 0 0.72 0.53 0.31 344.06 0.57 0.44
Hex B1 31 53 0 48 35 1F 158 39 2C
Octal 261 61 123 0 110 65 37 530 71 54
Binary 10110001 110001 1010011 0 1001000 110101 11111 101011000 111001 101100

Color Harmonies of #B13153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13153

Black with #B13153

Text Example


Text Example

White with #B13153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13153; }

 p { color: rgb(177,49,83); }

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

background-color css

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

 a { background-color: rgb(177,49,83); }

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

border-color css

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

 span { border-color: rgb(177,49,83); }

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