Html Css Color HEX #B03940 Old Rose

📋 copy color: '#B03940'

red 176 ◦ green 57 ◦ blue 64

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

Shades of Old Rose #B03940

Tints of Old Rose #B03940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 59.26%
G = 19.19%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B03940 (or 0xB03940) is known color: Old Rose. HEX triplet: B0, 39 and 40. RGB value is (176,57,64). Sum of RGB (Red+Green+Blue) = 176+57+64=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B03940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03940 is #4FC6BF. Grayscale: #5D5D5D. Windows color (decimal): -5228224 or 4209072. OLE color: 4209072.

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

Color convert

RGB 176 57 64 -
CMYK 0 0.68 0.64 0.31
HSL 356.47º 0.51% 0.46% -
HSV(B) 356.47º 0.68% 0.69% -
XYZ 20.29 12.53 6.2 -
YUV 93.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 176 57 64 0 0.68 0.64 0.31 356.47 0.51 0.46
Hex B0 39 40 0 44 40 1F 164 33 2E
Octal 260 71 100 0 104 100 37 544 63 56
Binary 10110000 111001 1000000 0 1000100 1000000 11111 101100100 110011 101110

Color Harmonies of #B03940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03940

Black with #B03940

Text Example


Text Example

White with #B03940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03940; }

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

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

background-color css

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

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

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

border-color css

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

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

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