Html Css Color HEX #B2294A Old Rose

📋 copy color: '#B2294A'

red 178 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #B2294A

Tints of Old Rose #B2294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 60.75%
G = 13.99%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2294A (or 0xB2294A) is known color: Old Rose. HEX triplet: B2, 29 and 4A. RGB value is (178,41,74). Sum of RGB (Red+Green+Blue) = 178+41+74=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2294A is #4DD6B5. Grayscale: #555555. Windows color (decimal): -5101238 or 4860338. OLE color: 4860338.

HSL color Cylindrical-coordinate representation of color #B2294A: hue angle of 345.55º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2294A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 74 -
CMYK 0 0.77 0.58 0.30
HSL 345.55º 0.63% 0.43% -
HSV(B) 345.55º 0.77% 0.7% -
XYZ 20.39 11.55 7.63 -
YUV 85.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 178 41 74 0 0.77 0.58 0.30 345.55 0.63 0.43
Hex B2 29 4A 0 4D 3A 1E 15A 3F 2B
Octal 262 51 112 0 115 72 36 532 77 53
Binary 10110010 101001 1001010 0 1001101 111010 11110 101011010 111111 101011

Color Harmonies of #B2294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2294A

Black with #B2294A

Text Example


Text Example

White with #B2294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2294A; }

 p { color: rgb(178,41,74); }

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

background-color css

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

 a { background-color: rgb(178,41,74); }

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

border-color css

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

 span { border-color: rgb(178,41,74); }

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