Html Css Color HEX #B3224C Old Rose

📋 copy color: '#B3224C'

red 179 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #B3224C

Tints of Old Rose #B3224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

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

R = 61.94%
G = 11.76%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3224C (or 0xB3224C) is known color: Old Rose. HEX triplet: B3, 22 and 4C. RGB value is (179,34,76). Sum of RGB (Red+Green+Blue) = 179+34+76=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3224C is #4CDDB3. Grayscale: #525252. Windows color (decimal): -5037492 or 4989619. OLE color: 4989619.

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

Color convert

RGB 179 34 76 -
CMYK 0 0.81 0.58 0.30
HSL 342.62º 0.68% 0.42% -
HSV(B) 342.62º 0.81% 0.7% -
XYZ 20.47 11.25 7.93 -
YUV 82.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 179 34 76 0 0.81 0.58 0.30 342.62 0.68 0.42
Hex B3 22 4C 0 51 3A 1E 157 44 2A
Octal 263 42 114 0 121 72 36 527 104 52
Binary 10110011 100010 1001100 0 1010001 111010 11110 101010111 1000100 101010

Color Harmonies of #B3224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3224C

Black with #B3224C

Text Example


Text Example

White with #B3224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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