Html Css Color HEX #B03446 Old Rose

📋 copy color: '#B03446'

red 176 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #B03446

Tints of Old Rose #B03446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 59.06%
G = 17.45%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B03446 (or 0xB03446) is known color: Old Rose. HEX triplet: B0, 34 and 46. RGB value is (176,52,70). Sum of RGB (Red+Green+Blue) = 176+52+70=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B03446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03446 is #4FCBB9. Grayscale: #5B5B5B. Windows color (decimal): -5229498 or 4601008. OLE color: 4601008.

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

Color convert

RGB 176 52 70 -
CMYK 0 0.70 0.60 0.31
HSL 351.29º 0.54% 0.45% -
HSV(B) 351.29º 0.7% 0.69% -
XYZ 20.24 12.13 7.07 -
YUV 91.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 176 52 70 0 0.70 0.60 0.31 351.29 0.54 0.45
Hex B0 34 46 0 46 3C 1F 15F 36 2D
Octal 260 64 106 0 106 74 37 537 66 55
Binary 10110000 110100 1000110 0 1000110 111100 11111 101011111 110110 101101

Color Harmonies of #B03446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03446

Black with #B03446

Text Example


Text Example

White with #B03446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03446; }

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

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

background-color css

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

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

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

border-color css

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

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

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