Html Css Color HEX #B2344A Old Rose

📋 copy color: '#B2344A'

red 178 ◦ green 52 ◦ blue 74

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

Shades of Old Rose #B2344A

Tints of Old Rose #B2344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

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

R = 58.55%
G = 17.11%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2344A (or 0xB2344A) is known color: Old Rose. HEX triplet: B2, 34 and 4A. RGB value is (178,52,74). Sum of RGB (Red+Green+Blue) = 178+52+74=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2344A is #4DCBB5. Grayscale: #5C5C5C. Windows color (decimal): -5098422 or 4863154. OLE color: 4863154.

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

Color convert

RGB 178 52 74 -
CMYK 0 0.71 0.58 0.30
HSL 349.52º 0.55% 0.45% -
HSV(B) 349.52º 0.71% 0.7% -
XYZ 20.82 12.42 7.78 -
YUV 92.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 178 52 74 0 0.71 0.58 0.30 349.52 0.55 0.45
Hex B2 34 4A 0 47 3A 1E 15E 37 2D
Octal 262 64 112 0 107 72 36 536 67 55
Binary 10110010 110100 1001010 0 1000111 111010 11110 101011110 110111 101101

Color Harmonies of #B2344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2344A

Black with #B2344A

Text Example


Text Example

White with #B2344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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