Html Css Color HEX #B03146 Old Rose

📋 copy color: '#B03146'

red 176 ◦ green 49 ◦ blue 70

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

Shades of Old Rose #B03146

Tints of Old Rose #B03146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 59.66%
G = 16.61%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B03146 (or 0xB03146) is known color: Old Rose. HEX triplet: B0, 31 and 46. RGB value is (176,49,70). Sum of RGB (Red+Green+Blue) = 176+49+70=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03146 is #4FCEB9. Grayscale: #595959. Windows color (decimal): -5230266 or 4600240. OLE color: 4600240.

HSL color Cylindrical-coordinate representation of color #B03146: hue angle of 350.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03146 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 70 -
CMYK 0 0.72 0.60 0.31
HSL 350.08º 0.56% 0.44% -
HSV(B) 350.08º 0.72% 0.69% -
XYZ 20.11 11.87 7.03 -
YUV 89.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 176 49 70 0 0.72 0.60 0.31 350.08 0.56 0.44
Hex B0 31 46 0 48 3C 1F 15E 38 2C
Octal 260 61 106 0 110 74 37 536 70 54
Binary 10110000 110001 1000110 0 1001000 111100 11111 101011110 111000 101100

Color Harmonies of #B03146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03146

Black with #B03146

Text Example


Text Example

White with #B03146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03146; }

 p { color: rgb(176,49,70); }

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

background-color css

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

 a { background-color: rgb(176,49,70); }

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

border-color css

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

 span { border-color: rgb(176,49,70); }

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