Html Css Color HEX #B13746 Old Rose

📋 copy color: '#B13746'

red 177 ◦ green 55 ◦ blue 70

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

Shades of Old Rose #B13746

Tints of Old Rose #B13746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 58.61%
G = 18.21%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B13746 (or 0xB13746) is known color: Old Rose. HEX triplet: B1, 37 and 46. RGB value is (177,55,70). Sum of RGB (Red+Green+Blue) = 177+55+70=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B13746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13746 is #4EC8B9. Grayscale: #5D5D5D. Windows color (decimal): -5163194 or 4601777. OLE color: 4601777.

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

Color convert

RGB 177 55 70 -
CMYK 0 0.69 0.60 0.31
HSL 352.62º 0.53% 0.45% -
HSV(B) 352.62º 0.69% 0.69% -
XYZ 20.6 12.52 7.13 -
YUV 93.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 177 55 70 0 0.69 0.60 0.31 352.62 0.53 0.45
Hex B1 37 46 0 45 3C 1F 161 35 2D
Octal 261 67 106 0 105 74 37 541 65 55
Binary 10110001 110111 1000110 0 1000101 111100 11111 101100001 110101 101101

Color Harmonies of #B13746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13746

Black with #B13746

Text Example


Text Example

White with #B13746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13746; }

 p { color: rgb(177,55,70); }

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

background-color css

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

 a { background-color: rgb(177,55,70); }

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

border-color css

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

 span { border-color: rgb(177,55,70); }

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