Html Css Color HEX #B33047 Old Rose

📋 copy color: '#B33047'

red 179 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #B33047

Tints of Old Rose #B33047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 60.07%
G = 16.11%
B = 23.83%

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

#B33047 (or 0xB33047) is known color: Old Rose. HEX triplet: B3, 30 and 47. RGB value is (179,48,71). Sum of RGB (Red+Green+Blue) = 179+48+71=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33047 is #4CCFB8. Grayscale: #595959. Windows color (decimal): -5033913 or 4665523. OLE color: 4665523.

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

Color convert

RGB 179 48 71 -
CMYK 0 0.73 0.60 0.30
HSL 349.47º 0.58% 0.45% -
HSV(B) 349.47º 0.73% 0.7% -
XYZ 20.78 12.15 7.21 -
YUV 89.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 179 48 71 0 0.73 0.60 0.30 349.47 0.58 0.45
Hex B3 30 47 0 49 3C 1E 15D 3A 2D
Octal 263 60 107 0 111 74 36 535 72 55
Binary 10110011 110000 1000111 0 1001001 111100 11110 101011101 111010 101101

Color Harmonies of #B33047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33047

Black with #B33047

Text Example


Text Example

White with #B33047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33047; }

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

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

background-color css

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

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

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

border-color css

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

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

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