Html Css Color HEX #B03141 Old Rose

📋 copy color: '#B03141'

red 176 ◦ green 49 ◦ blue 65

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

Shades of Old Rose #B03141

Tints of Old Rose #B03141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 60.69%
G = 16.9%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B03141 (or 0xB03141) is known color: Old Rose. HEX triplet: B0, 31 and 41. RGB value is (176,49,65). Sum of RGB (Red+Green+Blue) = 176+49+65=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B03141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03141 is #4FCEBE. Grayscale: #585858. Windows color (decimal): -5230271 or 4272560. OLE color: 4272560.

HSL color Cylindrical-coordinate representation of color #B03141: hue angle of 352.44º 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 #B03141 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 65 -
CMYK 0 0.72 0.63 0.31
HSL 352.44º 0.56% 0.44% -
HSV(B) 352.44º 0.72% 0.69% -
XYZ 19.96 11.81 6.23 -
YUV 88.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 176 49 65 0 0.72 0.63 0.31 352.44 0.56 0.44
Hex B0 31 41 0 48 3F 1F 160 38 2C
Octal 260 61 101 0 110 77 37 540 70 54
Binary 10110000 110001 1000001 0 1001000 111111 11111 101100000 111000 101100

Color Harmonies of #B03141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03141

Black with #B03141

Text Example


Text Example

White with #B03141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03141; }

 p { color: rgb(176,49,65); }

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

background-color css

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

 a { background-color: rgb(176,49,65); }

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

border-color css

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

 span { border-color: rgb(176,49,65); }

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