Html Css Color HEX #B13350 Old Rose

📋 copy color: '#B13350'

red 177 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #B13350

Tints of Old Rose #B13350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 57.47%
G = 16.56%
B = 25.97%

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

#B13350 (or 0xB13350) is known color: Old Rose. HEX triplet: B1, 33 and 50. RGB value is (177,51,80). Sum of RGB (Red+Green+Blue) = 177+51+80=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B13350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13350 is #4ECCAF. Grayscale: #5B5B5B. Windows color (decimal): -5164208 or 5256113. OLE color: 5256113.

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

Color convert

RGB 177 51 80 -
CMYK 0 0.71 0.55 0.31
HSL 346.19º 0.55% 0.45% -
HSV(B) 346.19º 0.71% 0.69% -
XYZ 20.76 12.29 8.87 -
YUV 91.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 177 51 80 0 0.71 0.55 0.31 346.19 0.55 0.45
Hex B1 33 50 0 47 37 1F 15A 37 2D
Octal 261 63 120 0 107 67 37 532 67 55
Binary 10110001 110011 1010000 0 1000111 110111 11111 101011010 110111 101101

Color Harmonies of #B13350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13350

Black with #B13350

Text Example


Text Example

White with #B13350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13350; }

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

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

background-color css

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

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

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

border-color css

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

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

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