Html Css Color HEX #B41950 Old Rose

📋 copy color: '#B41950'

red 180 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #B41950

Tints of Old Rose #B41950

RGB

 RED value IS 180 (70.7% from 255) = 63.16%

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 63.16%
G = 8.77%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B41950 (or 0xB41950) is known color: Old Rose. HEX triplet: B4, 19 and 50. RGB value is (180,25,80). Sum of RGB (Red+Green+Blue) = 180+25+80=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41950 is #4BE6AF. Grayscale: #4D4D4D. Windows color (decimal): -4974256 or 5249460. OLE color: 5249460.

HSL color Cylindrical-coordinate representation of color #B41950: hue angle of 338.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41950 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 80 -
CMYK 0 0.86 0.56 0.29
HSL 338.71º 0.76% 0.4% -
HSV(B) 338.71º 0.86% 0.71% -
XYZ 20.62 10.98 8.62 -
YUV 77.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 180 25 80 0 0.86 0.56 0.29 338.71 0.76 0.4
Hex B4 19 50 0 56 38 1D 153 4C 28
Octal 264 31 120 0 126 70 35 523 114 50
Binary 10110100 11001 1010000 0 1010110 111000 11101 101010011 1001100 101000

Color Harmonies of #B41950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41950

Black with #B41950

Text Example


Text Example

White with #B41950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41950; }

 p { color: rgb(180,25,80); }

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

background-color css

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

 a { background-color: rgb(180,25,80); }

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

border-color css

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

 span { border-color: rgb(180,25,80); }

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