Html Css Color HEX #B4224B Old Rose

📋 copy color: '#B4224B'

red 180 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #B4224B

Tints of Old Rose #B4224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 62.28%
G = 11.76%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4224B (or 0xB4224B) is known color: Old Rose. HEX triplet: B4, 22 and 4B. RGB value is (180,34,75). Sum of RGB (Red+Green+Blue) = 180+34+75=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4224B is #4BDDB4. Grayscale: #525252. Windows color (decimal): -4971957 or 4924084. OLE color: 4924084.

HSL color Cylindrical-coordinate representation of color #B4224B: hue angle of 343.15º 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 #B4224B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 75 -
CMYK 0 0.81 0.58 0.29
HSL 343.15º 0.68% 0.42% -
HSV(B) 343.15º 0.81% 0.71% -
XYZ 20.66 11.36 7.76 -
YUV 82.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 180 34 75 0 0.81 0.58 0.29 343.15 0.68 0.42
Hex B4 22 4B 0 51 3A 1D 157 44 2A
Octal 264 42 113 0 121 72 35 527 104 52
Binary 10110100 100010 1001011 0 1010001 111010 11101 101010111 1000100 101010

Color Harmonies of #B4224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4224B

Black with #B4224B

Text Example


Text Example

White with #B4224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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