Html Css Color HEX #B03051 Old Rose

📋 copy color: '#B03051'

red 176 ◦ green 48 ◦ blue 81

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

Shades of Old Rose #B03051

Tints of Old Rose #B03051

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

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

 BLUE value IS 81 (32.03% from 255) = 26.56%

R = 57.7%
G = 15.74%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B03051 (or 0xB03051) is known color: Old Rose. HEX triplet: B0, 30 and 51. RGB value is (176,48,81). Sum of RGB (Red+Green+Blue) = 176+48+81=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B03051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03051 is #4FCFAE. Grayscale: #5A5A5A. Windows color (decimal): -5230511 or 5320880. OLE color: 5320880.

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

Color convert

RGB 176 48 81 -
CMYK 0 0.73 0.54 0.31
HSL 344.53º 0.57% 0.44% -
HSV(B) 344.53º 0.73% 0.69% -
XYZ 20.45 11.94 9.01 -
YUV 90.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 176 48 81 0 0.73 0.54 0.31 344.53 0.57 0.44
Hex B0 30 51 0 49 36 1F 159 39 2C
Octal 260 60 121 0 111 66 37 531 71 54
Binary 10110000 110000 1010001 0 1001001 110110 11111 101011001 111001 101100

Color Harmonies of #B03051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03051

Black with #B03051

Text Example


Text Example

White with #B03051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03051; }

 p { color: rgb(176,48,81); }

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

background-color css

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

 a { background-color: rgb(176,48,81); }

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

border-color css

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

 span { border-color: rgb(176,48,81); }

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