Html Css Color HEX #B3184E Old Rose

📋 copy color: '#B3184E'

red 179 ◦ green 24 ◦ blue 78

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

Shades of Old Rose #B3184E

Tints of Old Rose #B3184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 63.7%
G = 8.54%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3184E (or 0xB3184E) is known color: Old Rose. HEX triplet: B3, 18 and 4E. RGB value is (179,24,78). Sum of RGB (Red+Green+Blue) = 179+24+78=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B3184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3184E is #4CE7B1. Grayscale: #4C4C4C. Windows color (decimal): -5040050 or 5118131. OLE color: 5118131.

HSL color Cylindrical-coordinate representation of color #B3184E: hue angle of 339.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3184E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 78 -
CMYK 0 0.87 0.56 0.30
HSL 339.1º 0.76% 0.4% -
HSV(B) 339.1º 0.87% 0.7% -
XYZ 20.29 10.79 8.22 -
YUV 76.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 179 24 78 0 0.87 0.56 0.30 339.1 0.76 0.4
Hex B3 18 4E 0 57 38 1E 153 4C 28
Octal 263 30 116 0 127 70 36 523 114 50
Binary 10110011 11000 1001110 0 1010111 111000 11110 101010011 1001100 101000

Color Harmonies of #B3184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3184E

Black with #B3184E

Text Example


Text Example

White with #B3184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3184E; }

 p { color: rgb(179,24,78); }

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

background-color css

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

 a { background-color: rgb(179,24,78); }

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

border-color css

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

 span { border-color: rgb(179,24,78); }

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