Html Css Color HEX #B2314A Old Rose

📋 copy color: '#B2314A'

red 178 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #B2314A

Tints of Old Rose #B2314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 59.14%
G = 16.28%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2314A (or 0xB2314A) is known color: Old Rose. HEX triplet: B2, 31 and 4A. RGB value is (178,49,74). Sum of RGB (Red+Green+Blue) = 178+49+74=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2314A is #4DCEB5. Grayscale: #5A5A5A. Windows color (decimal): -5099190 or 4862386. OLE color: 4862386.

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

Color convert

RGB 178 49 74 -
CMYK 0 0.72 0.58 0.30
HSL 348.37º 0.57% 0.45% -
HSV(B) 348.37º 0.72% 0.7% -
XYZ 20.69 12.16 7.73 -
YUV 90.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 178 49 74 0 0.72 0.58 0.30 348.37 0.57 0.45
Hex B2 31 4A 0 48 3A 1E 15C 39 2D
Octal 262 61 112 0 110 72 36 534 71 55
Binary 10110010 110001 1001010 0 1001000 111010 11110 101011100 111001 101101

Color Harmonies of #B2314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2314A

Black with #B2314A

Text Example


Text Example

White with #B2314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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