Html Css Color HEX #B33148 Old Rose

📋 copy color: '#B33148'

red 179 ◦ green 49 ◦ blue 72

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

Shades of Old Rose #B33148

Tints of Old Rose #B33148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 59.67%
G = 16.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B33148 (or 0xB33148) is known color: Old Rose. HEX triplet: B3, 31 and 48. RGB value is (179,49,72). Sum of RGB (Red+Green+Blue) = 179+49+72=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33148 is #4CCEB7. Grayscale: #5A5A5A. Windows color (decimal): -5033656 or 4731315. OLE color: 4731315.

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

Color convert

RGB 179 49 72 -
CMYK 0 0.73 0.60 0.30
HSL 349.38º 0.57% 0.45% -
HSV(B) 349.38º 0.73% 0.7% -
XYZ 20.86 12.25 7.4 -
YUV 90.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 179 49 72 0 0.73 0.60 0.30 349.38 0.57 0.45
Hex B3 31 48 0 49 3C 1E 15D 39 2D
Octal 263 61 110 0 111 74 36 535 71 55
Binary 10110011 110001 1001000 0 1001001 111100 11110 101011101 111001 101101

Color Harmonies of #B33148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33148

Black with #B33148

Text Example


Text Example

White with #B33148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33148; }

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

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

background-color css

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

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

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

border-color css

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

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

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