Html Css Color HEX #B4224E Old Rose

📋 copy color: '#B4224E'

red 180 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #B4224E

Tints of Old Rose #B4224E

RGB

 RED value IS 180 (70.7% from 255) = 61.64%

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

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 61.64%
G = 11.64%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4224E (or 0xB4224E) is known color: Old Rose. HEX triplet: B4, 22 and 4E. RGB value is (180,34,78). Sum of RGB (Red+Green+Blue) = 180+34+78=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4224E is #4BDDB1. Grayscale: #525252. Windows color (decimal): -4971954 or 5120692. OLE color: 5120692.

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

Color convert

RGB 180 34 78 -
CMYK 0 0.81 0.57 0.29
HSL 341.92º 0.68% 0.42% -
HSV(B) 341.92º 0.81% 0.71% -
XYZ 20.77 11.4 8.31 -
YUV 82.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 180 34 78 0 0.81 0.57 0.29 341.92 0.68 0.42
Hex B4 22 4E 0 51 39 1D 156 44 2A
Octal 264 42 116 0 121 71 35 526 104 52
Binary 10110100 100010 1001110 0 1010001 111001 11101 101010110 1000100 101010

Color Harmonies of #B4224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4224E

Black with #B4224E

Text Example


Text Example

White with #B4224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4224E; }

 p { color: rgb(180,34,78); }

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

background-color css

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

 a { background-color: rgb(180,34,78); }

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

border-color css

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

 span { border-color: rgb(180,34,78); }

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