Html Css Color HEX #B13846 Old Rose

📋 copy color: '#B13846'

red 177 ◦ green 56 ◦ blue 70

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

Shades of Old Rose #B13846

Tints of Old Rose #B13846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 58.42%
G = 18.48%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B13846 (or 0xB13846) is known color: Old Rose. HEX triplet: B1, 38 and 46. RGB value is (177,56,70). Sum of RGB (Red+Green+Blue) = 177+56+70=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13846 is #4EC7B9. Grayscale: #5D5D5D. Windows color (decimal): -5162938 or 4602033. OLE color: 4602033.

HSL color Cylindrical-coordinate representation of color #B13846: hue angle of 353.06º degrees, saturation: 0.52, 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 #B13846 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 70 -
CMYK 0 0.68 0.60 0.31
HSL 353.06º 0.52% 0.46% -
HSV(B) 353.06º 0.68% 0.69% -
XYZ 20.65 12.62 7.14 -
YUV 93.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 177 56 70 0 0.68 0.60 0.31 353.06 0.52 0.46
Hex B1 38 46 0 44 3C 1F 161 34 2E
Octal 261 70 106 0 104 74 37 541 64 56
Binary 10110001 111000 1000110 0 1000100 111100 11111 101100001 110100 101110

Color Harmonies of #B13846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13846

Black with #B13846

Text Example


Text Example

White with #B13846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13846; }

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

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

background-color css

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

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

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

border-color css

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

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

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