Html Css Color HEX #B3254F Old Rose

📋 copy color: '#B3254F'

red 179 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #B3254F

Tints of Old Rose #B3254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 60.68%
G = 12.54%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3254F (or 0xB3254F) is known color: Old Rose. HEX triplet: B3, 25 and 4F. RGB value is (179,37,79). Sum of RGB (Red+Green+Blue) = 179+37+79=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3254F is #4CDAB0. Grayscale: #545454. Windows color (decimal): -5036721 or 5186995. OLE color: 5186995.

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

Color convert

RGB 179 37 79 -
CMYK 0 0.79 0.56 0.30
HSL 342.25º 0.66% 0.42% -
HSV(B) 342.25º 0.79% 0.7% -
XYZ 20.66 11.47 8.52 -
YUV 84.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 179 37 79 0 0.79 0.56 0.30 342.25 0.66 0.42
Hex B3 25 4F 0 4F 38 1E 156 42 2A
Octal 263 45 117 0 117 70 36 526 102 52
Binary 10110011 100101 1001111 0 1001111 111000 11110 101010110 1000010 101010

Color Harmonies of #B3254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3254F

Black with #B3254F

Text Example


Text Example

White with #B3254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3254F; }

 p { color: rgb(179,37,79); }

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

background-color css

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

 a { background-color: rgb(179,37,79); }

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

border-color css

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

 span { border-color: rgb(179,37,79); }

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