Html Css Color HEX #B03740 Old Rose

📋 copy color: '#B03740'

red 176 ◦ green 55 ◦ blue 64

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

Shades of Old Rose #B03740

Tints of Old Rose #B03740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 59.66%
G = 18.64%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B03740 (or 0xB03740) is known color: Old Rose. HEX triplet: B0, 37 and 40. RGB value is (176,55,64). Sum of RGB (Red+Green+Blue) = 176+55+64=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03740 is #4FC8BF. Grayscale: #5C5C5C. Windows color (decimal): -5228736 or 4208560. OLE color: 4208560.

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

Color convert

RGB 176 55 64 -
CMYK 0 0.69 0.64 0.31
HSL 355.54º 0.52% 0.45% -
HSV(B) 355.54º 0.69% 0.69% -
XYZ 20.2 12.33 6.17 -
YUV 92.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 176 55 64 0 0.69 0.64 0.31 355.54 0.52 0.45
Hex B0 37 40 0 45 40 1F 164 34 2D
Octal 260 67 100 0 105 100 37 544 64 55
Binary 10110000 110111 1000000 0 1000101 1000000 11111 101100100 110100 101101

Color Harmonies of #B03740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03740

Black with #B03740

Text Example


Text Example

White with #B03740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03740; }

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

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

background-color css

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

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

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

border-color css

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

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

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