Html Css Color HEX #B33045 Old Rose

📋 copy color: '#B33045'

red 179 ◦ green 48 ◦ blue 69

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

Shades of Old Rose #B33045

Tints of Old Rose #B33045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 60.47%
G = 16.22%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B33045 (or 0xB33045) is known color: Old Rose. HEX triplet: B3, 30 and 45. RGB value is (179,48,69). Sum of RGB (Red+Green+Blue) = 179+48+69=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B33045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33045 is #4CCFBA. Grayscale: #595959. Windows color (decimal): -5033915 or 4534451. OLE color: 4534451.

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

Color convert

RGB 179 48 69 -
CMYK 0 0.73 0.61 0.30
HSL 350.38º 0.58% 0.45% -
HSV(B) 350.38º 0.73% 0.7% -
XYZ 20.72 12.13 6.88 -
YUV 89.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 179 48 69 0 0.73 0.61 0.30 350.38 0.58 0.45
Hex B3 30 45 0 49 3D 1E 15E 3A 2D
Octal 263 60 105 0 111 75 36 536 72 55
Binary 10110011 110000 1000101 0 1001001 111101 11110 101011110 111010 101101

Color Harmonies of #B33045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33045

Black with #B33045

Text Example


Text Example

White with #B33045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33045; }

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

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

background-color css

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

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

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

border-color css

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

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

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