Html Css Color HEX #B03344 Old Rose

📋 copy color: '#B03344'

red 176 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #B03344

Tints of Old Rose #B03344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 59.66%
G = 17.29%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B03344 (or 0xB03344) is known color: Old Rose. HEX triplet: B0, 33 and 44. RGB value is (176,51,68). Sum of RGB (Red+Green+Blue) = 176+51+68=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03344 is #4FCCBB. Grayscale: #5A5A5A. Windows color (decimal): -5229756 or 4469680. OLE color: 4469680.

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

Color convert

RGB 176 51 68 -
CMYK 0 0.71 0.61 0.31
HSL 351.84º 0.55% 0.45% -
HSV(B) 351.84º 0.71% 0.69% -
XYZ 20.13 12.02 6.73 -
YUV 90.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 176 51 68 0 0.71 0.61 0.31 351.84 0.55 0.45
Hex B0 33 44 0 47 3D 1F 160 37 2D
Octal 260 63 104 0 107 75 37 540 67 55
Binary 10110000 110011 1000100 0 1000111 111101 11111 101100000 110111 101101

Color Harmonies of #B03344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03344

Black with #B03344

Text Example


Text Example

White with #B03344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03344; }

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

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

background-color css

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

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

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

border-color css

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

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

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