Html Css Color HEX #B13040 Old Rose

📋 copy color: '#B13040'

red 177 ◦ green 48 ◦ blue 64

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

Shades of Old Rose #B13040

Tints of Old Rose #B13040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 61.25%
G = 16.61%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B13040 (or 0xB13040) is known color: Old Rose. HEX triplet: B1, 30 and 40. RGB value is (177,48,64). Sum of RGB (Red+Green+Blue) = 177+48+64=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B13040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13040 is #4ECFBF. Grayscale: #585858. Windows color (decimal): -5164992 or 4206769. OLE color: 4206769.

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

Color convert

RGB 177 48 64 -
CMYK 0 0.73 0.64 0.31
HSL 352.56º 0.57% 0.44% -
HSV(B) 352.56º 0.73% 0.69% -
XYZ 20.11 11.83 6.07 -
YUV 88.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 177 48 64 0 0.73 0.64 0.31 352.56 0.57 0.44
Hex B1 30 40 0 49 40 1F 161 39 2C
Octal 261 60 100 0 111 100 37 541 71 54
Binary 10110001 110000 1000000 0 1001001 1000000 11111 101100001 111001 101100

Color Harmonies of #B13040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13040

Black with #B13040

Text Example


Text Example

White with #B13040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13040; }

 p { color: rgb(177,48,64); }

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

background-color css

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

 a { background-color: rgb(177,48,64); }

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

border-color css

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

 span { border-color: rgb(177,48,64); }

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