Html Css Color HEX #B2244A Old Rose

📋 copy color: '#B2244A'

red 178 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #B2244A

Tints of Old Rose #B2244A

RGB

 RED value IS 178 (69.92% from 255) = 61.81%

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

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

R = 61.81%
G = 12.5%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2244A (or 0xB2244A) is known color: Old Rose. HEX triplet: B2, 24 and 4A. RGB value is (178,36,74). Sum of RGB (Red+Green+Blue) = 178+36+74=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2244A is #4DDBB5. Grayscale: #525252. Windows color (decimal): -5102518 or 4859058. OLE color: 4859058.

HSL color Cylindrical-coordinate representation of color #B2244A: hue angle of 343.94º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2244A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 74 -
CMYK 0 0.80 0.58 0.30
HSL 343.94º 0.66% 0.42% -
HSV(B) 343.94º 0.8% 0.7% -
XYZ 20.23 11.22 7.58 -
YUV 82.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 178 36 74 0 0.80 0.58 0.30 343.94 0.66 0.42
Hex B2 24 4A 0 50 3A 1E 158 42 2A
Octal 262 44 112 0 120 72 36 530 102 52
Binary 10110010 100100 1001010 0 1010000 111010 11110 101011000 1000010 101010

Color Harmonies of #B2244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2244A

Black with #B2244A

Text Example


Text Example

White with #B2244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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