Html Css Color HEX #B03145 Old Rose

📋 copy color: '#B03145'

red 176 ◦ green 49 ◦ blue 69

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

Shades of Old Rose #B03145

Tints of Old Rose #B03145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 59.86%
G = 16.67%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B03145 (or 0xB03145) is known color: Old Rose. HEX triplet: B0, 31 and 45. RGB value is (176,49,69). Sum of RGB (Red+Green+Blue) = 176+49+69=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03145 is #4FCEBA. Grayscale: #595959. Windows color (decimal): -5230267 or 4534704. OLE color: 4534704.

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

Color convert

RGB 176 49 69 -
CMYK 0 0.72 0.61 0.31
HSL 350.55º 0.56% 0.44% -
HSV(B) 350.55º 0.72% 0.69% -
XYZ 20.08 11.86 6.86 -
YUV 89.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 176 49 69 0 0.72 0.61 0.31 350.55 0.56 0.44
Hex B0 31 45 0 48 3D 1F 15F 38 2C
Octal 260 61 105 0 110 75 37 537 70 54
Binary 10110000 110001 1000101 0 1001000 111101 11111 101011111 111000 101100

Color Harmonies of #B03145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03145

Black with #B03145

Text Example


Text Example

White with #B03145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03145; }

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

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

background-color css

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

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

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

border-color css

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

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

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