Html Css Color HEX #B0303F Old Rose

📋 copy color: '#B0303F'

red 176 ◦ green 48 ◦ blue 63

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

Shades of Old Rose #B0303F

Tints of Old Rose #B0303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 61.32%
G = 16.72%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0303F (or 0xB0303F) is known color: Old Rose. HEX triplet: B0, 30 and 3F. RGB value is (176,48,63). Sum of RGB (Red+Green+Blue) = 176+48+63=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0303F is #4FCFC0. Grayscale: #585858. Windows color (decimal): -5230529 or 4141232. OLE color: 4141232.

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

Color convert

RGB 176 48 63 -
CMYK 0 0.73 0.64 0.31
HSL 352.97º 0.57% 0.44% -
HSV(B) 352.97º 0.73% 0.69% -
XYZ 19.86 11.7 5.91 -
YUV 87.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 176 48 63 0 0.73 0.64 0.31 352.97 0.57 0.44
Hex B0 30 3F 0 49 40 1F 161 39 2C
Octal 260 60 77 0 111 100 37 541 71 54
Binary 10110000 110000 111111 0 1001001 1000000 11111 101100001 111001 101100

Color Harmonies of #B0303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0303F

Black with #B0303F

Text Example


Text Example

White with #B0303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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