Html Css Color HEX #B3294C Old Rose

📋 copy color: '#B3294C'

red 179 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #B3294C

Tints of Old Rose #B3294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 60.47%
G = 13.85%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3294C (or 0xB3294C) is known color: Old Rose. HEX triplet: B3, 29 and 4C. RGB value is (179,41,76). Sum of RGB (Red+Green+Blue) = 179+41+76=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3294C is #4CD6B3. Grayscale: #565656. Windows color (decimal): -5035700 or 4991411. OLE color: 4991411.

HSL color Cylindrical-coordinate representation of color #B3294C: hue angle of 344.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3294C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 76 -
CMYK 0 0.77 0.58 0.30
HSL 344.78º 0.63% 0.43% -
HSV(B) 344.78º 0.77% 0.7% -
XYZ 20.69 11.69 8 -
YUV 86.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 179 41 76 0 0.77 0.58 0.30 344.78 0.63 0.43
Hex B3 29 4C 0 4D 3A 1E 159 3F 2B
Octal 263 51 114 0 115 72 36 531 77 53
Binary 10110011 101001 1001100 0 1001101 111010 11110 101011001 111111 101011

Color Harmonies of #B3294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3294C

Black with #B3294C

Text Example


Text Example

White with #B3294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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