Html Css Color HEX #B9224A Old Rose

📋 copy color: '#B9224A'

red 185 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #B9224A

Tints of Old Rose #B9224A

RGB

 RED value IS 185 (72.66% from 255) = 63.14%

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

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

R = 63.14%
G = 11.6%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9224A (or 0xB9224A) is known color: Old Rose. HEX triplet: B9, 22 and 4A. RGB value is (185,34,74). Sum of RGB (Red+Green+Blue) = 185+34+74=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9224A is #46DDB5. Grayscale: #535353. Windows color (decimal): -4644278 or 4858553. OLE color: 4858553.

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

Color convert

RGB 185 34 74 -
CMYK 0 0.82 0.6 0.27
HSL 344.11º 0.69% 0.43% -
HSV(B) 344.11º 0.82% 0.73% -
XYZ 21.82 11.95 7.64 -
YUV 83.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 185 34 74 0 0.82 0.6 0.27 344.11 0.69 0.43
Hex B9 22 4A 0 52 3C 1B 158 45 2B
Octal 271 42 112 0 122 74 33 530 105 53
Binary 10111001 100010 1001010 0 1010010 111100 11011 101011000 1000101 101011

Color Harmonies of #B9224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9224A

Black with #B9224A

Text Example


Text Example

White with #B9224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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