Html Css Color HEX #B33A4E Old Rose

📋 copy color: '#B33A4E'

red 179 ◦ green 58 ◦ blue 78

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

Shades of Old Rose #B33A4E

Tints of Old Rose #B33A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 56.83%
G = 18.41%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B33A4E (or 0xB33A4E) is known color: Old Rose. HEX triplet: B3, 3A and 4E. RGB value is (179,58,78). Sum of RGB (Red+Green+Blue) = 179+58+78=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A4E is #4CC5B1. Grayscale: #606060. Windows color (decimal): -5031346 or 5126835. OLE color: 5126835.

HSL color Cylindrical-coordinate representation of color #B33A4E: hue angle of 350.08º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A4E is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 78 -
CMYK 0 0.68 0.56 0.30
HSL 350.08º 0.51% 0.46% -
HSV(B) 350.08º 0.68% 0.7% -
XYZ 21.48 13.16 8.62 -
YUV 96.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 179 58 78 0 0.68 0.56 0.30 350.08 0.51 0.46
Hex B3 3A 4E 0 44 38 1E 15E 33 2E
Octal 263 72 116 0 104 70 36 536 63 56
Binary 10110011 111010 1001110 0 1000100 111000 11110 101011110 110011 101110

Color Harmonies of #B33A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A4E

Black with #B33A4E

Text Example


Text Example

White with #B33A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A4E; }

 p { color: rgb(179,58,78); }

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

background-color css

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

 a { background-color: rgb(179,58,78); }

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

border-color css

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

 span { border-color: rgb(179,58,78); }

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