Html Css Color HEX #B03647 Old Rose

📋 copy color: '#B03647'

red 176 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #B03647

Tints of Old Rose #B03647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 58.47%
G = 17.94%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B03647 (or 0xB03647) is known color: Old Rose. HEX triplet: B0, 36 and 47. RGB value is (176,54,71). Sum of RGB (Red+Green+Blue) = 176+54+71=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B03647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03647 is #4FC9B8. Grayscale: #5C5C5C. Windows color (decimal): -5228985 or 4667056. OLE color: 4667056.

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

Color convert

RGB 176 54 71 -
CMYK 0 0.69 0.60 0.31
HSL 351.64º 0.53% 0.45% -
HSV(B) 351.64º 0.69% 0.69% -
XYZ 20.36 12.32 7.27 -
YUV 92.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 176 54 71 0 0.69 0.60 0.31 351.64 0.53 0.45
Hex B0 36 47 0 45 3C 1F 160 35 2D
Octal 260 66 107 0 105 74 37 540 65 55
Binary 10110000 110110 1000111 0 1000101 111100 11111 101100000 110101 101101

Color Harmonies of #B03647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03647

Black with #B03647

Text Example


Text Example

White with #B03647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03647; }

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

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

background-color css

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

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

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

border-color css

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

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

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