Html Css Color HEX #B3314B Old Rose

📋 copy color: '#B3314B'

red 179 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #B3314B

Tints of Old Rose #B3314B

RGB

 RED value IS 179 (70.31% from 255) = 59.08%

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

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

R = 59.08%
G = 16.17%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3314B (or 0xB3314B) is known color: Old Rose. HEX triplet: B3, 31 and 4B. RGB value is (179,49,75). Sum of RGB (Red+Green+Blue) = 179+49+75=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B3314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3314B is #4CCEB4. Grayscale: #5A5A5A. Windows color (decimal): -5033653 or 4927923. OLE color: 4927923.

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

Color convert

RGB 179 49 75 -
CMYK 0 0.73 0.58 0.30
HSL 348º 0.57% 0.45% -
HSV(B) 348º 0.73% 0.7% -
XYZ 20.96 12.29 7.92 -
YUV 90.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 179 49 75 0 0.73 0.58 0.30 348 0.57 0.45
Hex B3 31 4B 0 49 3A 1E 15C 39 2D
Octal 263 61 113 0 111 72 36 534 71 55
Binary 10110011 110001 1001011 0 1001001 111010 11110 101011100 111001 101101

Color Harmonies of #B3314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3314B

Black with #B3314B

Text Example


Text Example

White with #B3314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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