Html Css Color HEX #B33446 Old Rose

📋 copy color: '#B33446'

red 179 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #B33446

Tints of Old Rose #B33446

RGB

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

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

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

R = 59.47%
G = 17.28%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B33446 (or 0xB33446) is known color: Old Rose. HEX triplet: B3, 34 and 46. RGB value is (179,52,70). Sum of RGB (Red+Green+Blue) = 179+52+70=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33446 is #4CCBB9. Grayscale: #5C5C5C. Windows color (decimal): -5032890 or 4601011. OLE color: 4601011.

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

Color convert

RGB 179 52 70 -
CMYK 0 0.71 0.61 0.30
HSL 351.5º 0.55% 0.45% -
HSV(B) 351.5º 0.71% 0.7% -
XYZ 20.92 12.48 7.1 -
YUV 92.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 179 52 70 0 0.71 0.61 0.30 351.5 0.55 0.45
Hex B3 34 46 0 47 3D 1E 15F 37 2D
Octal 263 64 106 0 107 75 36 537 67 55
Binary 10110011 110100 1000110 0 1000111 111101 11110 101011111 110111 101101

Color Harmonies of #B33446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33446

Black with #B33446

Text Example


Text Example

White with #B33446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33446; }

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

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

background-color css

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

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

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

border-color css

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

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

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