Html Css Color HEX #B0204A Old Rose

📋 copy color: '#B0204A'

red 176 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #B0204A

Tints of Old Rose #B0204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 62.41%
G = 11.35%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0204A (or 0xB0204A) is known color: Old Rose. HEX triplet: B0, 20 and 4A. RGB value is (176,32,74). Sum of RGB (Red+Green+Blue) = 176+32+74=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B0204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0204A is #4FDFB5. Grayscale: #4F4F4F. Windows color (decimal): -5234614 or 4858032. OLE color: 4858032.

HSL color Cylindrical-coordinate representation of color #B0204A: hue angle of 342.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0204A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 74 -
CMYK 0 0.82 0.58 0.31
HSL 342.5º 0.69% 0.41% -
HSV(B) 342.5º 0.82% 0.69% -
XYZ 19.66 10.76 7.52 -
YUV 79.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 176 32 74 0 0.82 0.58 0.31 342.5 0.69 0.41
Hex B0 20 4A 0 52 3A 1F 156 45 29
Octal 260 40 112 0 122 72 37 526 105 51
Binary 10110000 100000 1001010 0 1010010 111010 11111 101010110 1000101 101001

Color Harmonies of #B0204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0204A

Black with #B0204A

Text Example


Text Example

White with #B0204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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