Html Css Color HEX #B03947 Old Rose

📋 copy color: '#B03947'

red 176 ◦ green 57 ◦ blue 71

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

Shades of Old Rose #B03947

Tints of Old Rose #B03947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 57.89%
G = 18.75%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B03947 (or 0xB03947) is known color: Old Rose. HEX triplet: B0, 39 and 47. RGB value is (176,57,71). Sum of RGB (Red+Green+Blue) = 176+57+71=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B03947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03947 is #4FC6B8. Grayscale: #5E5E5E. Windows color (decimal): -5228217 or 4667824. OLE color: 4667824.

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

Color convert

RGB 176 57 71 -
CMYK 0 0.68 0.60 0.31
HSL 352.94º 0.51% 0.46% -
HSV(B) 352.94º 0.68% 0.69% -
XYZ 20.5 12.61 7.31 -
YUV 94.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 176 57 71 0 0.68 0.60 0.31 352.94 0.51 0.46
Hex B0 39 47 0 44 3C 1F 161 33 2E
Octal 260 71 107 0 104 74 37 541 63 56
Binary 10110000 111001 1000111 0 1000100 111100 11111 101100001 110011 101110

Color Harmonies of #B03947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03947

Black with #B03947

Text Example


Text Example

White with #B03947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03947; }

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

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

background-color css

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

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

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

border-color css

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

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

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