Html Css Color HEX #B33548 Old Rose

📋 copy color: '#B33548'

red 179 ◦ green 53 ◦ blue 72

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

Shades of Old Rose #B33548

Tints of Old Rose #B33548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 58.88%
G = 17.43%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B33548 (or 0xB33548) is known color: Old Rose. HEX triplet: B3, 35 and 48. RGB value is (179,53,72). Sum of RGB (Red+Green+Blue) = 179+53+72=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B33548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33548 is #4CCAB7. Grayscale: #5C5C5C. Windows color (decimal): -5032632 or 4732339. OLE color: 4732339.

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

Color convert

RGB 179 53 72 -
CMYK 0 0.70 0.60 0.30
HSL 350.95º 0.54% 0.45% -
HSV(B) 350.95º 0.7% 0.7% -
XYZ 21.03 12.6 7.45 -
YUV 92.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 179 53 72 0 0.70 0.60 0.30 350.95 0.54 0.45
Hex B3 35 48 0 46 3C 1E 15F 36 2D
Octal 263 65 110 0 106 74 36 537 66 55
Binary 10110011 110101 1001000 0 1000110 111100 11110 101011111 110110 101101

Color Harmonies of #B33548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33548

Black with #B33548

Text Example


Text Example

White with #B33548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33548; }

 p { color: rgb(179,53,72); }

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

background-color css

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

 a { background-color: rgb(179,53,72); }

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

border-color css

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

 span { border-color: rgb(179,53,72); }

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