Html Css Color HEX #B0184A Old Rose

📋 copy color: '#B0184A'

red 176 ◦ green 24 ◦ blue 74

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

Shades of Old Rose #B0184A

Tints of Old Rose #B0184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 64.23%
G = 8.76%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0184A (or 0xB0184A) is known color: Old Rose. HEX triplet: B0, 18 and 4A. RGB value is (176,24,74). Sum of RGB (Red+Green+Blue) = 176+24+74=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0184A is #4FE7B5. Grayscale: #4B4B4B. Windows color (decimal): -5236662 or 4855984. OLE color: 4855984.

HSL color Cylindrical-coordinate representation of color #B0184A: hue angle of 340.26º degrees, saturation: 0.76, 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 #B0184A is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 74 -
CMYK 0 0.86 0.58 0.31
HSL 340.26º 0.76% 0.39% -
HSV(B) 340.26º 0.86% 0.69% -
XYZ 19.47 10.38 7.46 -
YUV 75.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 176 24 74 0 0.86 0.58 0.31 340.26 0.76 0.39
Hex B0 18 4A 0 56 3A 1F 154 4C 27
Octal 260 30 112 0 126 72 37 524 114 47
Binary 10110000 11000 1001010 0 1010110 111010 11111 101010100 1001100 100111

Color Harmonies of #B0184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0184A

Black with #B0184A

Text Example


Text Example

White with #B0184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0184A; }

 p { color: rgb(176,24,74); }

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

background-color css

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

 a { background-color: rgb(176,24,74); }

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

border-color css

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

 span { border-color: rgb(176,24,74); }

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