Html Css Color HEX #B33346 Old Rose

📋 copy color: '#B33346'

red 179 ◦ green 51 ◦ blue 70

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

Shades of Old Rose #B33346

Tints of Old Rose #B33346

RGB

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

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

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

R = 59.67%
G = 17%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B33346 (or 0xB33346) is known color: Old Rose. HEX triplet: B3, 33 and 46. RGB value is (179,51,70). Sum of RGB (Red+Green+Blue) = 179+51+70=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33346 is #4CCCB9. Grayscale: #5B5B5B. Windows color (decimal): -5033146 or 4600755. OLE color: 4600755.

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

Color convert

RGB 179 51 70 -
CMYK 0 0.72 0.61 0.30
HSL 351.09º 0.56% 0.45% -
HSV(B) 351.09º 0.72% 0.7% -
XYZ 20.88 12.39 7.09 -
YUV 91.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 179 51 70 0 0.72 0.61 0.30 351.09 0.56 0.45
Hex B3 33 46 0 48 3D 1E 15F 38 2D
Octal 263 63 106 0 110 75 36 537 70 55
Binary 10110011 110011 1000110 0 1001000 111101 11110 101011111 111000 101101

Color Harmonies of #B33346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33346

Black with #B33346

Text Example


Text Example

White with #B33346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33346; }

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

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

background-color css

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

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

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

border-color css

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

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

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