Html Css Color HEX #B5194A Old Rose

📋 copy color: '#B5194A'

red 181 ◦ green 25 ◦ blue 74

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

Shades of Old Rose #B5194A

Tints of Old Rose #B5194A

RGB

 RED value IS 181 (71.09% from 255) = 64.64%

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 64.64%
G = 8.93%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5194A (or 0xB5194A) is known color: Old Rose. HEX triplet: B5, 19 and 4A. RGB value is (181,25,74). Sum of RGB (Red+Green+Blue) = 181+25+74=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5194A is #4AE6B5. Grayscale: #4D4D4D. Windows color (decimal): -4908726 or 4856245. OLE color: 4856245.

HSL color Cylindrical-coordinate representation of color #B5194A: hue angle of 341.15º 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 #B5194A is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 74 -
CMYK 0 0.86 0.59 0.29
HSL 341.15º 0.76% 0.4% -
HSV(B) 341.15º 0.86% 0.71% -
XYZ 20.64 11.01 7.52 -
YUV 77.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 181 25 74 0 0.86 0.59 0.29 341.15 0.76 0.4
Hex B5 19 4A 0 56 3B 1D 155 4C 28
Octal 265 31 112 0 126 73 35 525 114 50
Binary 10110101 11001 1001010 0 1010110 111011 11101 101010101 1001100 101000

Color Harmonies of #B5194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5194A

Black with #B5194A

Text Example


Text Example

White with #B5194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5194A; }

 p { color: rgb(181,25,74); }

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

background-color css

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

 a { background-color: rgb(181,25,74); }

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

border-color css

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

 span { border-color: rgb(181,25,74); }

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