Html Css Color HEX #B3254C Old Rose

📋 copy color: '#B3254C'

red 179 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #B3254C

Tints of Old Rose #B3254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 61.3%
G = 12.67%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3254C (or 0xB3254C) is known color: Old Rose. HEX triplet: B3, 25 and 4C. RGB value is (179,37,76). Sum of RGB (Red+Green+Blue) = 179+37+76=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3254C is #4CDAB3. Grayscale: #535353. Windows color (decimal): -5036724 or 4990387. OLE color: 4990387.

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

Color convert

RGB 179 37 76 -
CMYK 0 0.79 0.58 0.30
HSL 343.52º 0.66% 0.42% -
HSV(B) 343.52º 0.79% 0.7% -
XYZ 20.56 11.43 7.96 -
YUV 83.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 179 37 76 0 0.79 0.58 0.30 343.52 0.66 0.42
Hex B3 25 4C 0 4F 3A 1E 158 42 2A
Octal 263 45 114 0 117 72 36 530 102 52
Binary 10110011 100101 1001100 0 1001111 111010 11110 101011000 1000010 101010

Color Harmonies of #B3254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3254C

Black with #B3254C

Text Example


Text Example

White with #B3254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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