Html Css Color HEX #B2244C Old Rose

📋 copy color: '#B2244C'

red 178 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #B2244C

Tints of Old Rose #B2244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 61.38%
G = 12.41%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2244C (or 0xB2244C) is known color: Old Rose. HEX triplet: B2, 24 and 4C. RGB value is (178,36,76). Sum of RGB (Red+Green+Blue) = 178+36+76=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2244C is #4DDBB3. Grayscale: #535353. Windows color (decimal): -5102516 or 4990130. OLE color: 4990130.

HSL color Cylindrical-coordinate representation of color #B2244C: hue angle of 343.1º 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 #B2244C is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 76 -
CMYK 0 0.80 0.57 0.30
HSL 343.1º 0.66% 0.42% -
HSV(B) 343.1º 0.8% 0.7% -
XYZ 20.3 11.25 7.94 -
YUV 83.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 178 36 76 0 0.80 0.57 0.30 343.1 0.66 0.42
Hex B2 24 4C 0 50 39 1E 157 42 2A
Octal 262 44 114 0 120 71 36 527 102 52
Binary 10110010 100100 1001100 0 1010000 111001 11110 101010111 1000010 101010

Color Harmonies of #B2244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2244C

Black with #B2244C

Text Example


Text Example

White with #B2244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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