Html Css Color HEX #B03346 Old Rose

📋 copy color: '#B03346'

red 176 ◦ green 51 ◦ blue 70

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

Shades of Old Rose #B03346

Tints of Old Rose #B03346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 59.26%
G = 17.17%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B03346 (or 0xB03346) is known color: Old Rose. HEX triplet: B0, 33 and 46. RGB value is (176,51,70). Sum of RGB (Red+Green+Blue) = 176+51+70=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B03346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03346 is #4FCCB9. Grayscale: #5A5A5A. Windows color (decimal): -5229754 or 4600752. OLE color: 4600752.

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

Color convert

RGB 176 51 70 -
CMYK 0 0.71 0.60 0.31
HSL 350.88º 0.55% 0.45% -
HSV(B) 350.88º 0.71% 0.69% -
XYZ 20.19 12.04 7.05 -
YUV 90.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 176 51 70 0 0.71 0.60 0.31 350.88 0.55 0.45
Hex B0 33 46 0 47 3C 1F 15F 37 2D
Octal 260 63 106 0 107 74 37 537 67 55
Binary 10110000 110011 1000110 0 1000111 111100 11111 101011111 110111 101101

Color Harmonies of #B03346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03346

Black with #B03346

Text Example


Text Example

White with #B03346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03346; }

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

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

background-color css

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

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

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

border-color css

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

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

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