Html Css Color HEX #B4244A Old Rose

📋 copy color: '#B4244A'

red 180 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #B4244A

Tints of Old Rose #B4244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

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

R = 62.07%
G = 12.41%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4244A (or 0xB4244A) is known color: Old Rose. HEX triplet: B4, 24 and 4A. RGB value is (180,36,74). Sum of RGB (Red+Green+Blue) = 180+36+74=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4244A is #4BDBB5. Grayscale: #535353. Windows color (decimal): -4971446 or 4859060. OLE color: 4859060.

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

Color convert

RGB 180 36 74 -
CMYK 0 0.8 0.59 0.29
HSL 344.17º 0.67% 0.42% -
HSV(B) 344.17º 0.8% 0.71% -
XYZ 20.69 11.46 7.6 -
YUV 83.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 180 36 74 0 0.8 0.59 0.29 344.17 0.67 0.42
Hex B4 24 4A 0 50 3B 1D 158 43 2A
Octal 264 44 112 0 120 73 35 530 103 52
Binary 10110100 100100 1001010 0 1010000 111011 11101 101011000 1000011 101010

Color Harmonies of #B4244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4244A

Black with #B4244A

Text Example


Text Example

White with #B4244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4244A; }

 p { color: rgb(180,36,74); }

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

background-color css

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

 a { background-color: rgb(180,36,74); }

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

border-color css

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

 span { border-color: rgb(180,36,74); }

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