Html Css Color HEX #B01D4E Old Rose

📋 copy color: '#B01D4E'

red 176 ◦ green 29 ◦ blue 78

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

Shades of Old Rose #B01D4E

Tints of Old Rose #B01D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 62.19%
G = 10.25%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B01D4E (or 0xB01D4E) is known color: Old Rose. HEX triplet: B0, 1D and 4E. RGB value is (176,29,78). Sum of RGB (Red+Green+Blue) = 176+29+78=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01D4E is #4FE2B1. Grayscale: #4E4E4E. Windows color (decimal): -5235378 or 5119408. OLE color: 5119408.

HSL color Cylindrical-coordinate representation of color #B01D4E: hue angle of 340º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D4E is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 29 78 -
CMYK 0 0.84 0.56 0.31
HSL 340º 0.72% 0.4% -
HSV(B) 340º 0.84% 0.69% -
XYZ 19.72 10.66 8.23 -
YUV 78.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 176 29 78 0 0.84 0.56 0.31 340 0.72 0.4
Hex B0 1D 4E 0 54 38 1F 154 48 28
Octal 260 35 116 0 124 70 37 524 110 50
Binary 10110000 11101 1001110 0 1010100 111000 11111 101010100 1001000 101000

Color Harmonies of #B01D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01D4E

Black with #B01D4E

Text Example


Text Example

White with #B01D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01D4E; }

 p { color: rgb(176,29,78); }

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

background-color css

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

 a { background-color: rgb(176,29,78); }

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

border-color css

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

 span { border-color: rgb(176,29,78); }

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