Html Css Color HEX #B13044 Old Rose

📋 copy color: '#B13044'

red 177 ◦ green 48 ◦ blue 68

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

Shades of Old Rose #B13044

Tints of Old Rose #B13044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 60.41%
G = 16.38%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B13044 (or 0xB13044) is known color: Old Rose. HEX triplet: B1, 30 and 44. RGB value is (177,48,68). Sum of RGB (Red+Green+Blue) = 177+48+68=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B13044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13044 is #4ECFBB. Grayscale: #585858. Windows color (decimal): -5164988 or 4468913. OLE color: 4468913.

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

Color convert

RGB 177 48 68 -
CMYK 0 0.73 0.62 0.31
HSL 350.7º 0.57% 0.44% -
HSV(B) 350.7º 0.73% 0.69% -
XYZ 20.23 11.88 6.7 -
YUV 88.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 177 48 68 0 0.73 0.62 0.31 350.7 0.57 0.44
Hex B1 30 44 0 49 3E 1F 15F 39 2C
Octal 261 60 104 0 111 76 37 537 71 54
Binary 10110001 110000 1000100 0 1001001 111110 11111 101011111 111001 101100

Color Harmonies of #B13044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13044

Black with #B13044

Text Example


Text Example

White with #B13044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13044; }

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

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

background-color css

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

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

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

border-color css

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

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

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