Html Css Color HEX #B33453 Old Rose

📋 copy color: '#B33453'

red 179 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #B33453

Tints of Old Rose #B33453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 57.01%
G = 16.56%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B33453 (or 0xB33453) is known color: Old Rose. HEX triplet: B3, 34 and 53. RGB value is (179,52,83). Sum of RGB (Red+Green+Blue) = 179+52+83=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33453 is #4CCBAC. Grayscale: #5D5D5D. Windows color (decimal): -5032877 or 5452979. OLE color: 5452979.

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

Color convert

RGB 179 52 83 -
CMYK 0 0.71 0.54 0.30
HSL 345.35º 0.55% 0.45% -
HSV(B) 345.35º 0.71% 0.7% -
XYZ 21.38 12.66 9.5 -
YUV 93.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 179 52 83 0 0.71 0.54 0.30 345.35 0.55 0.45
Hex B3 34 53 0 47 36 1E 159 37 2D
Octal 263 64 123 0 107 66 36 531 67 55
Binary 10110011 110100 1010011 0 1000111 110110 11110 101011001 110111 101101

Color Harmonies of #B33453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33453

Black with #B33453

Text Example


Text Example

White with #B33453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33453; }

 p { color: rgb(179,52,83); }

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

background-color css

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

 a { background-color: rgb(179,52,83); }

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

border-color css

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

 span { border-color: rgb(179,52,83); }

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