Html Css Color HEX #B33746 Old Rose

📋 copy color: '#B33746'

red 179 ◦ green 55 ◦ blue 70

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

Shades of Old Rose #B33746

Tints of Old Rose #B33746

RGB

 RED value IS 179 (70.31% from 255) = 58.88%

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 58.88%
G = 18.09%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B33746 (or 0xB33746) is known color: Old Rose. HEX triplet: B3, 37 and 46. RGB value is (179,55,70). Sum of RGB (Red+Green+Blue) = 179+55+70=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B33746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33746 is #4CC8B9. Grayscale: #5D5D5D. Windows color (decimal): -5032122 or 4601779. OLE color: 4601779.

HSL color Cylindrical-coordinate representation of color #B33746: hue angle of 352.74º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33746 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 70 -
CMYK 0 0.69 0.61 0.30
HSL 352.74º 0.53% 0.46% -
HSV(B) 352.74º 0.69% 0.7% -
XYZ 21.06 12.76 7.15 -
YUV 93.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 179 55 70 0 0.69 0.61 0.30 352.74 0.53 0.46
Hex B3 37 46 0 45 3D 1E 161 35 2E
Octal 263 67 106 0 105 75 36 541 65 56
Binary 10110011 110111 1000110 0 1000101 111101 11110 101100001 110101 101110

Color Harmonies of #B33746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33746

Black with #B33746

Text Example


Text Example

White with #B33746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33746; }

 p { color: rgb(179,55,70); }

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

background-color css

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

 a { background-color: rgb(179,55,70); }

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

border-color css

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

 span { border-color: rgb(179,55,70); }

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