Html Css Color HEX #B3384A Old Rose

📋 copy color: '#B3384A'

red 179 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #B3384A

Tints of Old Rose #B3384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

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

R = 57.93%
G = 18.12%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3384A (or 0xB3384A) is known color: Old Rose. HEX triplet: B3, 38 and 4A. RGB value is (179,56,74). Sum of RGB (Red+Green+Blue) = 179+56+74=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3384A is #4CC7B5. Grayscale: #5E5E5E. Windows color (decimal): -5031862 or 4864179. OLE color: 4864179.

HSL color Cylindrical-coordinate representation of color #B3384A: hue angle of 351.22º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3384A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 74 -
CMYK 0 0.69 0.59 0.30
HSL 351.22º 0.52% 0.46% -
HSV(B) 351.22º 0.69% 0.7% -
XYZ 21.24 12.91 7.85 -
YUV 94.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 179 56 74 0 0.69 0.59 0.30 351.22 0.52 0.46
Hex B3 38 4A 0 45 3B 1E 15F 34 2E
Octal 263 70 112 0 105 73 36 537 64 56
Binary 10110011 111000 1001010 0 1000101 111011 11110 101011111 110100 101110

Color Harmonies of #B3384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3384A

Black with #B3384A

Text Example


Text Example

White with #B3384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3384A; }

 p { color: rgb(179,56,74); }

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

background-color css

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

 a { background-color: rgb(179,56,74); }

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

border-color css

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

 span { border-color: rgb(179,56,74); }

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