Html Css Color HEX #B33247 Old Rose

📋 copy color: '#B33247'

red 179 ◦ green 50 ◦ blue 71

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

Shades of Old Rose #B33247

Tints of Old Rose #B33247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 71 (28.13% from 255) = 23.67%

R = 59.67%
G = 16.67%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B33247 (or 0xB33247) is known color: Old Rose. HEX triplet: B3, 32 and 47. RGB value is (179,50,71). Sum of RGB (Red+Green+Blue) = 179+50+71=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33247 is #4CCDB8. Grayscale: #5B5B5B. Windows color (decimal): -5033401 or 4666035. OLE color: 4666035.

HSL color Cylindrical-coordinate representation of color #B33247: hue angle of 350.23º 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 #B33247 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 71 -
CMYK 0 0.72 0.60 0.30
HSL 350.23º 0.56% 0.45% -
HSV(B) 350.23º 0.72% 0.7% -
XYZ 20.87 12.32 7.24 -
YUV 90.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 179 50 71 0 0.72 0.60 0.30 350.23 0.56 0.45
Hex B3 32 47 0 48 3C 1E 15E 38 2D
Octal 263 62 107 0 110 74 36 536 70 55
Binary 10110011 110010 1000111 0 1001000 111100 11110 101011110 111000 101101

Color Harmonies of #B33247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33247

Black with #B33247

Text Example


Text Example

White with #B33247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33247; }

 p { color: rgb(179,50,71); }

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

background-color css

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

 a { background-color: rgb(179,50,71); }

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

border-color css

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

 span { border-color: rgb(179,50,71); }

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