Html Css Color HEX #B03140 Old Rose

📋 copy color: '#B03140'

red 176 ◦ green 49 ◦ blue 64

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

Shades of Old Rose #B03140

Tints of Old Rose #B03140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 60.9%
G = 16.96%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B03140 (or 0xB03140) is known color: Old Rose. HEX triplet: B0, 31 and 40. RGB value is (176,49,64). Sum of RGB (Red+Green+Blue) = 176+49+64=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B03140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03140 is #4FCEBF. Grayscale: #585858. Windows color (decimal): -5230272 or 4207024. OLE color: 4207024.

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

Color convert

RGB 176 49 64 -
CMYK 0 0.72 0.64 0.31
HSL 352.91º 0.56% 0.44% -
HSV(B) 352.91º 0.72% 0.69% -
XYZ 19.93 11.8 6.08 -
YUV 88.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 176 49 64 0 0.72 0.64 0.31 352.91 0.56 0.44
Hex B0 31 40 0 48 40 1F 161 38 2C
Octal 260 61 100 0 110 100 37 541 70 54
Binary 10110000 110001 1000000 0 1001000 1000000 11111 101100001 111000 101100

Color Harmonies of #B03140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03140

Black with #B03140

Text Example


Text Example

White with #B03140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03140; }

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

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

background-color css

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

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

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

border-color css

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

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

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