Html Css Color HEX #B8224C Old Rose

📋 copy color: '#B8224C'

red 184 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #B8224C

Tints of Old Rose #B8224C

RGB

 RED value IS 184 (72.27% from 255) = 62.59%

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

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

R = 62.59%
G = 11.56%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8224C (or 0xB8224C) is known color: Old Rose. HEX triplet: B8, 22 and 4C. RGB value is (184,34,76). Sum of RGB (Red+Green+Blue) = 184+34+76=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8224C is #47DDB3. Grayscale: #535353. Windows color (decimal): -4709812 or 4989624. OLE color: 4989624.

HSL color Cylindrical-coordinate representation of color #B8224C: hue angle of 343.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8224C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 76 -
CMYK 0 0.82 0.59 0.28
HSL 343.2º 0.69% 0.43% -
HSV(B) 343.2º 0.82% 0.72% -
XYZ 21.64 11.86 7.99 -
YUV 83.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 184 34 76 0 0.82 0.59 0.28 343.2 0.69 0.43
Hex B8 22 4C 0 52 3B 1C 157 45 2B
Octal 270 42 114 0 122 73 34 527 105 53
Binary 10111000 100010 1001100 0 1010010 111011 11100 101010111 1000101 101011

Color Harmonies of #B8224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8224C

Black with #B8224C

Text Example


Text Example

White with #B8224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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