Html Css Color HEX #B0304B Old Rose

📋 copy color: '#B0304B'

red 176 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #B0304B

Tints of Old Rose #B0304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 58.86%
G = 16.05%
B = 25.08%

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

#B0304B (or 0xB0304B) is known color: Old Rose. HEX triplet: B0, 30 and 4B. RGB value is (176,48,75). Sum of RGB (Red+Green+Blue) = 176+48+75=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0304B is #4FCFB4. Grayscale: #595959. Windows color (decimal): -5230517 or 4927664. OLE color: 4927664.

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

Color convert

RGB 176 48 75 -
CMYK 0 0.73 0.57 0.31
HSL 347.34º 0.57% 0.44% -
HSV(B) 347.34º 0.73% 0.69% -
XYZ 20.23 11.85 7.88 -
YUV 89.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 176 48 75 0 0.73 0.57 0.31 347.34 0.57 0.44
Hex B0 30 4B 0 49 39 1F 15B 39 2C
Octal 260 60 113 0 111 71 37 533 71 54
Binary 10110000 110000 1001011 0 1001001 111001 11111 101011011 111001 101100

Color Harmonies of #B0304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0304B

Black with #B0304B

Text Example


Text Example

White with #B0304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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