Html Css Color HEX #B33646 Old Rose

📋 copy color: '#B33646'

red 179 ◦ green 54 ◦ blue 70

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

Shades of Old Rose #B33646

Tints of Old Rose #B33646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

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

R = 59.08%
G = 17.82%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B33646 (or 0xB33646) is known color: Old Rose. HEX triplet: B3, 36 and 46. RGB value is (179,54,70). Sum of RGB (Red+Green+Blue) = 179+54+70=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B33646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33646 is #4CC9B9. Grayscale: #5D5D5D. Windows color (decimal): -5032378 or 4601523. OLE color: 4601523.

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

Color convert

RGB 179 54 70 -
CMYK 0 0.70 0.61 0.30
HSL 352.32º 0.54% 0.46% -
HSV(B) 352.32º 0.7% 0.7% -
XYZ 21.02 12.66 7.13 -
YUV 93.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 179 54 70 0 0.70 0.61 0.30 352.32 0.54 0.46
Hex B3 36 46 0 46 3D 1E 160 36 2E
Octal 263 66 106 0 106 75 36 540 66 56
Binary 10110011 110110 1000110 0 1000110 111101 11110 101100000 110110 101110

Color Harmonies of #B33646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33646

Black with #B33646

Text Example


Text Example

White with #B33646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33646; }

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

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

background-color css

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

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

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

border-color css

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

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

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