Html Css Color HEX #B03247 Old Rose

📋 copy color: '#B03247'

red 176 ◦ green 50 ◦ blue 71

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

Shades of Old Rose #B03247

Tints of Old Rose #B03247

RGB

 RED value IS 176 (69.14% from 255) = 59.26%

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 59.26%
G = 16.84%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B03247 (or 0xB03247) is known color: Old Rose. HEX triplet: B0, 32 and 47. RGB value is (176,50,71). Sum of RGB (Red+Green+Blue) = 176+50+71=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B03247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03247 is #4FCDB8. Grayscale: #5A5A5A. Windows color (decimal): -5230009 or 4666032. OLE color: 4666032.

HSL color Cylindrical-coordinate representation of color #B03247: hue angle of 350º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03247 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 71 -
CMYK 0 0.72 0.60 0.31
HSL 350º 0.56% 0.44% -
HSV(B) 350º 0.72% 0.69% -
XYZ 20.18 11.97 7.21 -
YUV 90.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 176 50 71 0 0.72 0.60 0.31 350 0.56 0.44
Hex B0 32 47 0 48 3C 1F 15E 38 2C
Octal 260 62 107 0 110 74 37 536 70 54
Binary 10110000 110010 1000111 0 1001000 111100 11111 101011110 111000 101100

Color Harmonies of #B03247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03247

Black with #B03247

Text Example


Text Example

White with #B03247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03247; }

 p { color: rgb(176,50,71); }

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

background-color css

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

 a { background-color: rgb(176,50,71); }

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

border-color css

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

 span { border-color: rgb(176,50,71); }

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