Html Css Color HEX #B0304A Old Rose

📋 copy color: '#B0304A'

red 176 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #B0304A

Tints of Old Rose #B0304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 59.06%
G = 16.11%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0304A (or 0xB0304A) is known color: Old Rose. HEX triplet: B0, 30 and 4A. RGB value is (176,48,74). Sum of RGB (Red+Green+Blue) = 176+48+74=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B0304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0304A is #4FCFB5. Grayscale: #595959. Windows color (decimal): -5230518 or 4862128. OLE color: 4862128.

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

Color convert

RGB 176 48 74 -
CMYK 0 0.73 0.58 0.31
HSL 347.81º 0.57% 0.44% -
HSV(B) 347.81º 0.73% 0.69% -
XYZ 20.2 11.84 7.7 -
YUV 89.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 176 48 74 0 0.73 0.58 0.31 347.81 0.57 0.44
Hex B0 30 4A 0 49 3A 1F 15C 39 2C
Octal 260 60 112 0 111 72 37 534 71 54
Binary 10110000 110000 1001010 0 1001001 111010 11111 101011100 111001 101100

Color Harmonies of #B0304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0304A

Black with #B0304A

Text Example


Text Example

White with #B0304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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