Html Css Color HEX #B2204F Old Rose

📋 copy color: '#B2204F'

red 178 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #B2204F

Tints of Old Rose #B2204F

RGB

 RED value IS 178 (69.92% from 255) = 61.59%

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 61.59%
G = 11.07%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2204F (or 0xB2204F) is known color: Old Rose. HEX triplet: B2, 20 and 4F. RGB value is (178,32,79). Sum of RGB (Red+Green+Blue) = 178+32+79=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2204F is #4DDFB0. Grayscale: #505050. Windows color (decimal): -5103537 or 5185714. OLE color: 5185714.

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

Color convert

RGB 178 32 79 -
CMYK 0 0.82 0.56 0.30
HSL 340.68º 0.7% 0.41% -
HSV(B) 340.68º 0.82% 0.7% -
XYZ 20.29 11.06 8.46 -
YUV 81.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 178 32 79 0 0.82 0.56 0.30 340.68 0.7 0.41
Hex B2 20 4F 0 52 38 1E 155 46 29
Octal 262 40 117 0 122 70 36 525 106 51
Binary 10110010 100000 1001111 0 1010010 111000 11110 101010101 1000110 101001

Color Harmonies of #B2204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2204F

Black with #B2204F

Text Example


Text Example

White with #B2204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2204F; }

 p { color: rgb(178,32,79); }

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

background-color css

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

 a { background-color: rgb(178,32,79); }

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

border-color css

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

 span { border-color: rgb(178,32,79); }

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