Html Css Color HEX #B2314B Old Rose

📋 copy color: '#B2314B'

red 178 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #B2314B

Tints of Old Rose #B2314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 58.94%
G = 16.23%
B = 24.83%

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

#B2314B (or 0xB2314B) is known color: Old Rose. HEX triplet: B2, 31 and 4B. RGB value is (178,49,75). Sum of RGB (Red+Green+Blue) = 178+49+75=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2314B is #4DCEB4. Grayscale: #5A5A5A. Windows color (decimal): -5099189 or 4927922. OLE color: 4927922.

HSL color Cylindrical-coordinate representation of color #B2314B: hue angle of 347.91º 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 #B2314B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 75 -
CMYK 0 0.72 0.58 0.30
HSL 347.91º 0.57% 0.45% -
HSV(B) 347.91º 0.72% 0.7% -
XYZ 20.73 12.17 7.91 -
YUV 90.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 178 49 75 0 0.72 0.58 0.30 347.91 0.57 0.45
Hex B2 31 4B 0 48 3A 1E 15C 39 2D
Octal 262 61 113 0 110 72 36 534 71 55
Binary 10110010 110001 1001011 0 1001000 111010 11110 101011100 111001 101101

Color Harmonies of #B2314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2314B

Black with #B2314B

Text Example


Text Example

White with #B2314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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