Html Css Color HEX #B7244C Old Rose

📋 copy color: '#B7244C'

red 183 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #B7244C

Tints of Old Rose #B7244C

RGB

 RED value IS 183 (71.88% from 255) = 62.03%

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

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

R = 62.03%
G = 12.2%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7244C (or 0xB7244C) is known color: Old Rose. HEX triplet: B7, 24 and 4C. RGB value is (183,36,76). Sum of RGB (Red+Green+Blue) = 183+36+76=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7244C is #48DBB3. Grayscale: #545454. Windows color (decimal): -4774836 or 4990135. OLE color: 4990135.

HSL color Cylindrical-coordinate representation of color #B7244C: hue angle of 343.67º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7244C is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 76 -
CMYK 0 0.80 0.58 0.28
HSL 343.67º 0.67% 0.43% -
HSV(B) 343.67º 0.8% 0.72% -
XYZ 21.46 11.85 7.99 -
YUV 84.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 183 36 76 0 0.80 0.58 0.28 343.67 0.67 0.43
Hex B7 24 4C 0 50 3A 1C 158 43 2B
Octal 267 44 114 0 120 72 34 530 103 53
Binary 10110111 100100 1001100 0 1010000 111010 11100 101011000 1000011 101011

Color Harmonies of #B7244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7244C

Black with #B7244C

Text Example


Text Example

White with #B7244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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