Html Css Color HEX #B0194B Old Rose

📋 copy color: '#B0194B'

red 176 ◦ green 25 ◦ blue 75

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

Shades of Old Rose #B0194B

Tints of Old Rose #B0194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 63.77%
G = 9.06%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0194B (or 0xB0194B) is known color: Old Rose. HEX triplet: B0, 19 and 4B. RGB value is (176,25,75). Sum of RGB (Red+Green+Blue) = 176+25+75=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0194B is #4FE6B4. Grayscale: #4B4B4B. Windows color (decimal): -5236405 or 4921776. OLE color: 4921776.

HSL color Cylindrical-coordinate representation of color #B0194B: hue angle of 340.13º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0194B is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 75 -
CMYK 0 0.86 0.57 0.31
HSL 340.13º 0.75% 0.39% -
HSV(B) 340.13º 0.86% 0.69% -
XYZ 19.52 10.43 7.64 -
YUV 75.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 176 25 75 0 0.86 0.57 0.31 340.13 0.75 0.39
Hex B0 19 4B 0 56 39 1F 154 4B 27
Octal 260 31 113 0 126 71 37 524 113 47
Binary 10110000 11001 1001011 0 1010110 111001 11111 101010100 1001011 100111

Color Harmonies of #B0194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0194B

Black with #B0194B

Text Example


Text Example

White with #B0194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0194B; }

 p { color: rgb(176,25,75); }

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

background-color css

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

 a { background-color: rgb(176,25,75); }

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

border-color css

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

 span { border-color: rgb(176,25,75); }

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