Html Css Color HEX #B0224A Old Rose

📋 copy color: '#B0224A'

red 176 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #B0224A

Tints of Old Rose #B0224A

RGB

 RED value IS 176 (69.14% from 255) = 61.97%

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 61.97%
G = 11.97%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0224A (or 0xB0224A) is known color: Old Rose. HEX triplet: B0, 22 and 4A. RGB value is (176,34,74). Sum of RGB (Red+Green+Blue) = 176+34+74=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B0224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0224A is #4FDDB5. Grayscale: #515151. Windows color (decimal): -5234102 or 4858544. OLE color: 4858544.

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

Color convert

RGB 176 34 74 -
CMYK 0 0.81 0.58 0.31
HSL 343.1º 0.68% 0.41% -
HSV(B) 343.1º 0.81% 0.69% -
XYZ 19.71 10.87 7.54 -
YUV 81.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 176 34 74 0 0.81 0.58 0.31 343.1 0.68 0.41
Hex B0 22 4A 0 51 3A 1F 157 44 29
Octal 260 42 112 0 121 72 37 527 104 51
Binary 10110000 100010 1001010 0 1010001 111010 11111 101010111 1000100 101001

Color Harmonies of #B0224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0224A

Black with #B0224A

Text Example


Text Example

White with #B0224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0224A; }

 p { color: rgb(176,34,74); }

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

background-color css

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

 a { background-color: rgb(176,34,74); }

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

border-color css

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

 span { border-color: rgb(176,34,74); }

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