Html Css Color HEX #B03444 Old Rose

📋 copy color: '#B03444'

red 176 ◦ green 52 ◦ blue 68

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

Shades of Old Rose #B03444

Tints of Old Rose #B03444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 59.46%
G = 17.57%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B03444 (or 0xB03444) is known color: Old Rose. HEX triplet: B0, 34 and 44. RGB value is (176,52,68). Sum of RGB (Red+Green+Blue) = 176+52+68=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B03444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03444 is #4FCBBB. Grayscale: #5A5A5A. Windows color (decimal): -5229500 or 4469936. OLE color: 4469936.

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

Color convert

RGB 176 52 68 -
CMYK 0 0.70 0.61 0.31
HSL 352.26º 0.54% 0.45% -
HSV(B) 352.26º 0.7% 0.69% -
XYZ 20.18 12.1 6.74 -
YUV 90.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 176 52 68 0 0.70 0.61 0.31 352.26 0.54 0.45
Hex B0 34 44 0 46 3D 1F 160 36 2D
Octal 260 64 104 0 106 75 37 540 66 55
Binary 10110000 110100 1000100 0 1000110 111101 11111 101100000 110110 101101

Color Harmonies of #B03444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03444

Black with #B03444

Text Example


Text Example

White with #B03444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03444; }

 p { color: rgb(176,52,68); }

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

background-color css

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

 a { background-color: rgb(176,52,68); }

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

border-color css

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

 span { border-color: rgb(176,52,68); }

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