Html Css Color HEX #B03053 Old Rose

📋 copy color: '#B03053'

red 176 ◦ green 48 ◦ blue 83

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

Shades of Old Rose #B03053

Tints of Old Rose #B03053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 57.33%
G = 15.64%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B03053 (or 0xB03053) is known color: Old Rose. HEX triplet: B0, 30 and 53. RGB value is (176,48,83). Sum of RGB (Red+Green+Blue) = 176+48+83=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B03053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03053 is #4FCFAC. Grayscale: #5A5A5A. Windows color (decimal): -5230509 or 5451952. OLE color: 5451952.

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

Color convert

RGB 176 48 83 -
CMYK 0 0.73 0.53 0.31
HSL 343.59º 0.57% 0.44% -
HSV(B) 343.59º 0.73% 0.69% -
XYZ 20.52 11.97 9.41 -
YUV 90.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 176 48 83 0 0.73 0.53 0.31 343.59 0.57 0.44
Hex B0 30 53 0 49 35 1F 158 39 2C
Octal 260 60 123 0 111 65 37 530 71 54
Binary 10110000 110000 1010011 0 1001001 110101 11111 101011000 111001 101100

Color Harmonies of #B03053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03053

Black with #B03053

Text Example


Text Example

White with #B03053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03053; }

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

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

background-color css

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

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

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

border-color css

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

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

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