Html Css Color HEX #B0304C Old Rose

📋 copy color: '#B0304C'

red 176 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #B0304C

Tints of Old Rose #B0304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 58.67%
G = 16%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0304C (or 0xB0304C) is known color: Old Rose. HEX triplet: B0, 30 and 4C. RGB value is (176,48,76). Sum of RGB (Red+Green+Blue) = 176+48+76=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0304C is #4FCFB3. Grayscale: #595959. Windows color (decimal): -5230516 or 4993200. OLE color: 4993200.

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

Color convert

RGB 176 48 76 -
CMYK 0 0.73 0.57 0.31
HSL 346.88º 0.57% 0.44% -
HSV(B) 346.88º 0.73% 0.69% -
XYZ 20.27 11.87 8.06 -
YUV 89.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 176 48 76 0 0.73 0.57 0.31 346.88 0.57 0.44
Hex B0 30 4C 0 49 39 1F 15B 39 2C
Octal 260 60 114 0 111 71 37 533 71 54
Binary 10110000 110000 1001100 0 1001001 111001 11111 101011011 111001 101100

Color Harmonies of #B0304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0304C

Black with #B0304C

Text Example


Text Example

White with #B0304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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